-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 24, 2026 at 07:11 AM
-- Server version: 10.11.16-MariaDB
-- PHP Version: 8.4.19

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `u633826026_nitishservice`
--

-- --------------------------------------------------------

--
-- Table structure for table `aauth_groups`
--

CREATE TABLE `aauth_groups` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `definition` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_groups`
--

INSERT INTO `aauth_groups` (`id`, `name`, `definition`) VALUES
(1, 'Admin', 'Superadmin Group'),
(2, 'Public', 'Public Group'),
(3, 'Default', 'Default Access Group'),
(4, 'Member', 'Member Access Group');

-- --------------------------------------------------------

--
-- Table structure for table `aauth_group_to_group`
--

CREATE TABLE `aauth_group_to_group` (
  `group_id` int(11) UNSIGNED NOT NULL,
  `subgroup_id` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `aauth_login_attempts`
--

CREATE TABLE `aauth_login_attempts` (
  `id` int(11) UNSIGNED NOT NULL,
  `ip_address` varchar(39) DEFAULT NULL,
  `timestamp` datetime DEFAULT NULL,
  `login_attempts` tinyint(2) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_login_attempts`
--

INSERT INTO `aauth_login_attempts` (`id`, `ip_address`, `timestamp`, `login_attempts`) VALUES
(18, '111.119.213.250', '2022-07-21 14:45:15', 2),
(35, '125.166.117.176', '2022-08-17 19:23:59', 1),
(41, '157.40.241.197', '2022-08-30 15:43:39', 1),
(61, '157.40.179.228', '2022-09-26 11:19:56', 3),
(92, '110.226.177.248', '2022-11-08 13:37:10', 2),
(93, '5.107.133.198', '2022-11-08 15:24:12', 1),
(94, '5.107.133.198', '2022-11-08 20:58:14', 16),
(95, '5.107.133.198', '2022-11-08 21:17:37', 7),
(96, '5.107.133.198', '2022-11-08 21:42:01', 5),
(98, '217.165.19.75', '2022-11-09 13:20:56', 2),
(99, '5.107.133.198', '2022-11-09 13:18:52', 2),
(100, '5.107.133.198', '2022-11-10 18:06:01', 1),
(118, '150.107.185.69', '2023-05-01 17:20:53', 2),
(126, '2405:201:2:4d07:9472:5860:f810:c379', '2023-05-05 18:33:57', 1),
(132, '182.253.126.30', '2023-05-16 13:38:21', 1),
(133, '182.253.126.30', '2023-05-16 14:27:27', 3),
(139, '182.48.213.227', '2023-08-16 17:57:31', 1);

-- --------------------------------------------------------

--
-- Table structure for table `aauth_perms`
--

CREATE TABLE `aauth_perms` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `definition` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_perms`
--

INSERT INTO `aauth_perms` (`id`, `name`, `definition`) VALUES
(1, 'menu_dashboard', NULL),
(2, 'menu_crud_builder', NULL),
(3, 'menu_api_builder', NULL),
(4, 'menu_page_builder', NULL),
(5, 'menu_form_builder', NULL),
(6, 'menu_menu', NULL),
(7, 'menu_auth', NULL),
(8, 'menu_user', NULL),
(9, 'menu_group', NULL),
(10, 'menu_access', NULL),
(11, 'menu_permission', NULL),
(12, 'menu_api_documentation', NULL),
(13, 'menu_web_documentation', NULL),
(14, 'menu_settings', NULL),
(15, 'user_list', NULL),
(16, 'user_update_status', NULL),
(17, 'user_export', NULL),
(18, 'user_add', NULL),
(19, 'user_update', NULL),
(20, 'user_update_profile', NULL),
(21, 'user_update_password', NULL),
(22, 'user_profile', NULL),
(23, 'user_view', NULL),
(24, 'user_delete', NULL),
(25, 'blog_list', NULL),
(26, 'blog_export', NULL),
(27, 'blog_add', NULL),
(28, 'blog_update', NULL),
(29, 'blog_view', NULL),
(30, 'blog_delete', NULL),
(31, 'form_list', NULL),
(32, 'form_export', NULL),
(33, 'form_add', NULL),
(34, 'form_update', NULL),
(35, 'form_view', NULL),
(36, 'form_manage', NULL),
(37, 'form_delete', NULL),
(38, 'crud_list', NULL),
(39, 'crud_export', NULL),
(40, 'crud_add', NULL),
(41, 'crud_update', NULL),
(42, 'crud_view', NULL),
(43, 'crud_delete', NULL),
(44, 'rest_list', NULL),
(45, 'rest_export', NULL),
(46, 'rest_add', NULL),
(47, 'rest_update', NULL),
(48, 'rest_view', NULL),
(49, 'rest_delete', NULL),
(50, 'group_list', NULL),
(51, 'group_export', NULL),
(52, 'group_add', NULL),
(53, 'group_update', NULL),
(54, 'group_view', NULL),
(55, 'group_delete', NULL),
(56, 'permission_list', NULL),
(57, 'permission_export', NULL),
(58, 'permission_add', NULL),
(59, 'permission_update', NULL),
(60, 'permission_view', NULL),
(61, 'permission_delete', NULL),
(62, 'access_list', NULL),
(63, 'access_add', NULL),
(64, 'access_update', NULL),
(65, 'menu_list', NULL),
(66, 'menu_add', NULL),
(67, 'menu_update', NULL),
(68, 'menu_delete', NULL),
(69, 'menu_save_ordering', NULL),
(70, 'menu_type_add', NULL),
(71, 'page_list', NULL),
(72, 'page_export', NULL),
(73, 'page_add', NULL),
(74, 'page_update', NULL),
(75, 'page_view', NULL),
(76, 'page_delete', NULL),
(77, 'blog_list', NULL),
(78, 'blog_export', NULL),
(79, 'blog_add', NULL),
(80, 'blog_update', NULL),
(81, 'blog_view', NULL),
(82, 'blog_delete', NULL),
(83, 'setting', NULL),
(84, 'setting_update', NULL),
(85, 'dashboard', NULL),
(86, 'extension_list', NULL),
(87, 'extension_activate', NULL),
(88, 'extension_deactivate', NULL),
(124, 'menu_monthly', ''),
(125, 'menu_नो???ीस_&_ठराव', ''),
(126, 'menu_मासिक_सभा', ''),
(127, 'menu_general', ''),
(128, 'menu_socities', ''),
(129, 'menu_members', ''),
(130, 'tbl_monthly_meet_export', ''),
(131, 'monthly_min_export', ''),
(157, 'tbl_annual_meet1_add', ''),
(158, 'tbl_annual_meet1_update', ''),
(159, 'tbl_annual_meet1_view', ''),
(160, 'tbl_annual_meet1_delete', ''),
(161, 'tbl_annual_meet1_list', ''),
(167, 'annual_meet_export', ''),
(178, 'menu_annual_meet', ''),
(179, 'menu_नो???ीस_&_ठराव', ''),
(180, 'menu_वार्षिक_सभा', ''),
(181, 'menu_नो???ीस_&_ठराव', ''),
(182, 'menu_नो???ीस_&_ठराव', ''),
(183, 'tbl_member_export', ''),
(184, 'societies_export', ''),
(190, 'menu_form_i', ''),
(206, 'form_j_export', ''),
(207, 'form_i_export', ''),
(213, 'menu_form_j', ''),
(219, 'menu_shares_held', ''),
(220, 'menu_shares_transferred_or_surrendered', ''),
(221, 'menu_top', ''),
(222, 'database_list', ''),
(223, 'database_add', ''),
(224, 'database_view', ''),
(230, 'database_update', ''),
(241, 'form_i_datas_export', ''),
(242, 'tbl_monthly_meet', ''),
(243, 'menu_home', ''),
(244, 'menu_slider', ''),
(250, 'menu_about_us', ''),
(251, 'menu_vission_mission', ''),
(257, 'menu_about_veekay_blower', ''),
(263, 'vission_mission_add', ''),
(264, 'vission_mission_update', ''),
(265, 'vission_mission_view', ''),
(266, 'vission_mission_delete', ''),
(267, 'vission_mission_list', ''),
(268, 'menu_contact_us', ''),
(274, 'menu_contact', ''),
(280, 'contact_us_add', ''),
(281, 'contact_us_update', ''),
(282, 'contact_us_view', ''),
(283, 'contact_us_delete', ''),
(284, 'contact_us_list', ''),
(285, 'menu_clientele_case_study', ''),
(286, 'clientele_case_study_add', ''),
(287, 'clientele_case_study_update', ''),
(288, 'clientele_case_study_view', ''),
(289, 'clientele_case_study_delete', ''),
(290, 'clientele_case_study_list', ''),
(291, 'menu_news_blog', ''),
(292, 'news_blog_add', ''),
(293, 'news_blog_update', ''),
(294, 'news_blog_view', ''),
(295, 'news_blog_delete', ''),
(296, 'news_blog_list', ''),
(297, 'menu_our_products', ''),
(298, 'our_products_add', ''),
(299, 'our_products_update', ''),
(300, 'our_products_view', ''),
(301, 'our_products_delete', ''),
(302, 'our_products_list', ''),
(303, 'menu_product', ''),
(304, 'product_add', ''),
(305, 'product_update', ''),
(306, 'product_view', ''),
(307, 'product_delete', ''),
(308, 'product_list', ''),
(309, 'menu_infrastructure', ''),
(310, 'infrastructure_add', ''),
(311, 'infrastructure_update', ''),
(312, 'infrastructure_view', ''),
(313, 'infrastructure_delete', ''),
(314, 'infrastructure_list', ''),
(315, 'menu_products', ''),
(316, 'menu_product_category', ''),
(317, 'menu_mission_vision', ''),
(318, 'slider_add', ''),
(319, 'slider_update', ''),
(320, 'slider_view', ''),
(321, 'slider_delete', ''),
(322, 'slider_list', ''),
(323, 'services_add', ''),
(324, 'services_update', ''),
(325, 'services_view', ''),
(326, 'services_delete', ''),
(327, 'services_list', ''),
(328, 'menu_services', ''),
(329, 'about_us_add', ''),
(330, 'about_us_update', ''),
(331, 'about_us_view', ''),
(332, 'about_us_delete', ''),
(333, 'about_us_list', ''),
(344, 'contact_add', ''),
(345, 'contact_update', ''),
(346, 'contact_view', ''),
(347, 'contact_delete', ''),
(348, 'contact_list', '');

-- --------------------------------------------------------

--
-- Table structure for table `aauth_perm_to_group`
--

CREATE TABLE `aauth_perm_to_group` (
  `perm_id` int(11) NOT NULL,
  `group_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_perm_to_group`
--

INSERT INTO `aauth_perm_to_group` (`perm_id`, `group_id`) VALUES
(124, 1),
(124, 2),
(125, 1),
(125, 2),
(126, 1),
(126, 2),
(127, 1),
(127, 2),
(128, 1),
(128, 2),
(129, 0),
(129, 1),
(129, 2),
(178, 1),
(178, 2),
(179, 1),
(179, 2),
(180, 0),
(180, 1),
(180, 2),
(190, 1),
(190, 2),
(213, 1),
(213, 2),
(219, 1),
(219, 2),
(220, 0),
(220, 1),
(220, 2),
(190, 1),
(190, 2),
(190, 1),
(190, 2),
(1, 3),
(124, 3),
(125, 3),
(126, 3),
(127, 3),
(128, 3),
(129, 3),
(178, 3),
(179, 3),
(180, 3),
(181, 3),
(182, 3),
(190, 3),
(213, 3),
(219, 3),
(220, 3),
(31, 3),
(32, 3),
(33, 3),
(34, 3),
(35, 3),
(36, 3),
(37, 3),
(185, 3),
(186, 3),
(187, 3),
(188, 3),
(189, 3),
(201, 3),
(202, 3),
(203, 3),
(204, 3),
(205, 3),
(206, 3),
(207, 3),
(85, 3),
(89, 3),
(90, 3),
(91, 3),
(92, 3),
(93, 3),
(184, 3),
(99, 3),
(100, 3),
(101, 3),
(102, 3),
(103, 3),
(104, 3),
(105, 3),
(106, 3),
(107, 3),
(108, 3),
(130, 3),
(157, 3),
(158, 3),
(159, 3),
(160, 3),
(161, 3),
(183, 3),
(109, 3),
(110, 3),
(111, 3),
(112, 3),
(113, 3),
(119, 3),
(120, 3),
(121, 3),
(122, 3),
(123, 3),
(131, 3),
(162, 3),
(163, 3),
(164, 3),
(165, 3),
(166, 3),
(167, 3),
(173, 3),
(174, 3),
(175, 3),
(176, 3),
(177, 3),
(191, 3),
(192, 3),
(193, 3),
(194, 3),
(195, 3),
(208, 3),
(209, 3),
(210, 3),
(211, 3),
(212, 3),
(221, 1),
(221, 2),
(221, 3),
(243, 1),
(250, 1),
(250, 1),
(250, 1),
(257, 1),
(268, 1),
(274, 1),
(274, 1),
(268, 1),
(285, 1),
(291, 1),
(297, 1),
(297, 1),
(297, 1),
(315, 1),
(317, 1),
(303, 1),
(309, 1),
(250, 1),
(274, 1),
(274, 1),
(274, 1),
(274, 1),
(1, 4),
(2, 4),
(3, 4),
(4, 4),
(5, 4),
(6, 4),
(7, 4),
(8, 4),
(9, 4),
(10, 4),
(11, 4),
(12, 4),
(13, 4),
(14, 4),
(65, 4),
(66, 4),
(67, 4),
(68, 4),
(69, 4),
(70, 4),
(124, 4),
(125, 4),
(126, 4),
(127, 4),
(128, 4),
(129, 4),
(178, 4),
(179, 4),
(180, 4),
(181, 4),
(182, 4),
(190, 4),
(213, 4),
(219, 4),
(220, 4),
(221, 4),
(243, 4),
(250, 4),
(251, 4),
(257, 4),
(268, 4),
(274, 4),
(285, 4),
(291, 4),
(297, 4),
(303, 4),
(309, 4),
(315, 4),
(316, 4),
(317, 4),
(15, 4),
(16, 4),
(17, 4),
(18, 4),
(19, 4),
(20, 4),
(21, 4),
(22, 4),
(23, 4),
(24, 4),
(25, 4),
(26, 4),
(27, 4),
(28, 4),
(29, 4),
(30, 4),
(77, 4),
(78, 4),
(79, 4),
(80, 4),
(81, 4),
(82, 4),
(31, 4),
(32, 4),
(33, 4),
(34, 4),
(35, 4),
(36, 4),
(37, 4),
(206, 4),
(207, 4),
(241, 4),
(38, 4),
(39, 4),
(40, 4),
(41, 4),
(42, 4),
(43, 4),
(44, 4),
(45, 4),
(46, 4),
(47, 4),
(48, 4),
(49, 4),
(50, 4),
(51, 4),
(52, 4),
(53, 4),
(54, 4),
(55, 4),
(56, 4),
(57, 4),
(58, 4),
(59, 4),
(60, 4),
(61, 4),
(62, 4),
(63, 4),
(64, 4),
(71, 4),
(72, 4),
(73, 4),
(74, 4),
(75, 4),
(76, 4),
(83, 4),
(84, 4),
(85, 4),
(86, 4),
(87, 4),
(88, 4),
(130, 4),
(157, 4),
(158, 4),
(159, 4),
(160, 4),
(161, 4),
(183, 4),
(242, 4),
(131, 4),
(167, 4),
(184, 4),
(222, 4),
(223, 4),
(224, 4),
(230, 4),
(263, 4),
(264, 4),
(265, 4),
(266, 4),
(267, 4),
(280, 4),
(281, 4),
(282, 4),
(283, 4),
(284, 4),
(344, 4),
(345, 4),
(346, 4),
(347, 4),
(348, 4),
(286, 4),
(287, 4),
(288, 4),
(289, 4),
(290, 4),
(292, 4),
(293, 4),
(294, 4),
(295, 4),
(296, 4),
(298, 4),
(299, 4),
(300, 4),
(301, 4),
(302, 4),
(304, 4),
(305, 4),
(306, 4),
(307, 4),
(308, 4),
(310, 4),
(311, 4),
(312, 4),
(313, 4),
(314, 4),
(318, 4),
(319, 4),
(320, 4),
(321, 4),
(322, 4),
(323, 4),
(324, 4),
(325, 4),
(326, 4),
(327, 4),
(329, 4),
(330, 4),
(331, 4),
(332, 4),
(333, 4),
(244, 1),
(244, 4),
(328, 1),
(328, 4);

-- --------------------------------------------------------

--
-- Table structure for table `aauth_perm_to_user`
--

CREATE TABLE `aauth_perm_to_user` (
  `perm_id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `aauth_pms`
--

CREATE TABLE `aauth_pms` (
  `id` int(11) UNSIGNED NOT NULL,
  `sender_id` int(11) UNSIGNED NOT NULL,
  `receiver_id` int(11) UNSIGNED NOT NULL,
  `title` varchar(225) NOT NULL,
  `message` text DEFAULT NULL,
  `date_sent` datetime DEFAULT NULL,
  `date_read` datetime DEFAULT NULL,
  `pm_deleted_sender` int(1) DEFAULT NULL,
  `pm_deleted_receiver` int(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `aauth_user`
--

CREATE TABLE `aauth_user` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `definition` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `aauth_users`
--

CREATE TABLE `aauth_users` (
  `id` int(11) UNSIGNED NOT NULL,
  `email` varchar(100) NOT NULL,
  `oauth_uid` text DEFAULT NULL,
  `oauth_provider` varchar(100) DEFAULT NULL,
  `pass` varchar(64) NOT NULL,
  `username` varchar(100) NOT NULL,
  `full_name` varchar(200) NOT NULL,
  `avatar` text NOT NULL,
  `banned` tinyint(1) DEFAULT 0,
  `last_login` datetime DEFAULT NULL,
  `last_activity` datetime DEFAULT NULL,
  `date_created` datetime DEFAULT NULL,
  `forgot_exp` text DEFAULT NULL,
  `remember_time` datetime DEFAULT NULL,
  `remember_exp` text DEFAULT NULL,
  `verification_code` text DEFAULT NULL,
  `top_secret` varchar(16) DEFAULT NULL,
  `ip_address` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_users`
--

INSERT INTO `aauth_users` (`id`, `email`, `oauth_uid`, `oauth_provider`, `pass`, `username`, `full_name`, `avatar`, `banned`, `last_login`, `last_activity`, `date_created`, `forgot_exp`, `remember_time`, `remember_exp`, `verification_code`, `top_secret`, `ip_address`) VALUES
(1, 'workwithdresolves@gmail.com', NULL, NULL, '55d458bc0c863481640977cb23dcd5c1fa6fa245d18a314a07f1f7c34ce31e36', 'workwithdresolves', 'workwithdresolves', '', 0, '2023-10-05 14:22:37', '2023-10-05 14:22:37', '2022-06-21 12:06:08', NULL, NULL, NULL, NULL, NULL, '103.242.156.121'),
(2, 'nitesh@admin.com', NULL, NULL, '2cb1b310d355150e3f51969c7ab069838d8b23be9e9f0c6990f3ef1ffeff42ee', 'nitesh', 'Nitesh', 'default.png', 0, '2023-08-23 17:03:02', '2023-08-23 17:03:02', '2022-06-24 12:39:47', NULL, '2023-05-09 00:00:00', 'e59wi13hx2zjEXDN', NULL, NULL, '150.107.185.219');

-- --------------------------------------------------------

--
-- Table structure for table `aauth_user_to_group`
--

CREATE TABLE `aauth_user_to_group` (
  `user_id` int(11) UNSIGNED NOT NULL,
  `group_id` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `aauth_user_to_group`
--

INSERT INTO `aauth_user_to_group` (`user_id`, `group_id`) VALUES
(1, 1),
(1, 3),
(2, 4);

-- --------------------------------------------------------

--
-- Table structure for table `aauth_user_variables`
--

CREATE TABLE `aauth_user_variables` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) UNSIGNED NOT NULL,
  `data_key` varchar(100) NOT NULL,
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `about_us`
--

CREATE TABLE `about_us` (
  `id` int(11) NOT NULL,
  `heading` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `about_us`
--

INSERT INTO `about_us` (`id`, `heading`, `description`, `image`) VALUES
(3, 'About Us', 'Nitish Service Center is known for its quality services and timelines. We have five years of experience in this field. We address your needs with utmost care and ensure your satisfaction in whatever we do. We are into Water Purifier Services like Water Purifier Repair Services, Water Purifier Installation Services and Water Purifier AMC Services. We look forward to your business and hope you would give us a chance to serve. Contact us for further details. We provide below types of services to our valuable customers:', '20230808141925-2023-08-08about_us141923.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `blog`
--

CREATE TABLE `blog` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `slug` varchar(200) NOT NULL,
  `content` text NOT NULL,
  `image` text NOT NULL,
  `tags` text NOT NULL,
  `category` varchar(200) NOT NULL,
  `status` varchar(10) NOT NULL,
  `author` varchar(100) NOT NULL,
  `viewers` int(11) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `blog`
--

INSERT INTO `blog` (`id`, `title`, `slug`, `content`, `image`, `tags`, `category`, `status`, `author`, `viewers`, `created_at`, `updated_at`) VALUES
(1, 'Hello Wellcome To Cicool Builder', 'Hello-Wellcome-To-Ciool-Builder', 'greetings from our team I hope to be happy! ', 'wellcome.jpg', 'greetings', '1', 'publish', 'admin', 1, '2022-06-21 12:05:59', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `blog_category`
--

CREATE TABLE `blog_category` (
  `category_id` int(11) UNSIGNED NOT NULL,
  `category_name` varchar(200) NOT NULL,
  `category_desc` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `blog_category`
--

INSERT INTO `blog_category` (`category_id`, `category_name`, `category_desc`) VALUES
(1, 'Technology', ''),
(2, 'Lifestyle', '');

-- --------------------------------------------------------

--
-- Table structure for table `captcha`
--

CREATE TABLE `captcha` (
  `captcha_id` int(11) UNSIGNED NOT NULL,
  `captcha_time` int(10) DEFAULT NULL,
  `ip_address` varchar(45) NOT NULL,
  `word` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `captcha`
--

INSERT INTO `captcha` (`captcha_id`, `captcha_time`, `ip_address`, `word`) VALUES
(98, 1683291833, '2405:201:2:4d07:9472:5860:f810:c379', '85UG');

-- --------------------------------------------------------

--
-- Table structure for table `cc_options`
--

CREATE TABLE `cc_options` (
  `id` int(11) UNSIGNED NOT NULL,
  `option_name` varchar(200) NOT NULL,
  `option_value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `cc_options`
--

INSERT INTO `cc_options` (`id`, `option_name`, `option_value`) VALUES
(1, 'favicon', 'default.png'),
(2, 'site_name', 'TR Association'),
(3, 'timezone', 'Asia/Kolkata'),
(4, 'enable_crud_builder', NULL),
(5, 'enable_api_builder', NULL),
(6, 'enable_form_builder', NULL),
(7, 'enable_page_builder', NULL),
(8, 'enable_disqus', NULL),
(9, 'disqus_id', ''),
(10, 'limit_pagination', '10'),
(11, 'site_description', ''),
(12, 'keywords', ''),
(13, 'author', ''),
(14, 'logo', NULL),
(15, 'active_theme', 'cicool'),
(16, 'landing_page_id', 'login'),
(17, 'email', 'workwithdresolves@gmail.com'),
(18, 'google_id', ''),
(19, 'google_secret', '');

-- --------------------------------------------------------

--
-- Table structure for table `cc_session`
--

CREATE TABLE `cc_session` (
  `id` int(11) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) NOT NULL,
  `data` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `clientele_case_study`
--

CREATE TABLE `clientele_case_study` (
  `id` int(11) NOT NULL,
  `images` text NOT NULL,
  `home_page_active` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `clientele_case_study`
--

INSERT INTO `clientele_case_study` (`id`, `images`, `home_page_active`) VALUES
(1, '20230426135650-2023-04-26clientele_case_study134628.png', 'yes'),
(2, '20230426135700-2023-04-26clientele_case_study135658.png', 'yes'),
(3, '20230426135711-2023-04-26clientele_case_study135709.png', 'yes'),
(4, '20230426135722-2023-04-26clientele_case_study135720.png', 'yes'),
(5, '20230426135732-2023-04-26clientele_case_study135730.png', 'yes'),
(6, '20230426135741-2023-04-26clientele_case_study135740.png', ''),
(7, '20230426135754-2023-04-26clientele_case_study135753.png', ''),
(8, '20230426135806-2023-04-26clientele_case_study135804.png', ''),
(9, '20230426135816-2023-04-26clientele_case_study135813.png', '');

-- --------------------------------------------------------

--
-- Table structure for table `contact`
--

CREATE TABLE `contact` (
  `id` int(11) NOT NULL,
  `address` text NOT NULL,
  `email_id` text NOT NULL,
  `phone_no` text NOT NULL,
  `whatsapp_no` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `contact`
--

INSERT INTO `contact` (`id`, `address`, `email_id`, `phone_no`, `whatsapp_no`) VALUES
(1, 'Shop No. 120, Mahalaxmi mall, Sector No. 35, Phase 2, Mansarovar, Kamothe, Panvel, Navi Mumbai, Maharashtra - 410209', 'nitishservicecentre@gmail.com', '+91 9833082633', '+91 9833925519');

-- --------------------------------------------------------

--
-- Table structure for table `contact_us`
--

CREATE TABLE `contact_us` (
  `id` int(11) NOT NULL,
  `site_name` varchar(255) NOT NULL,
  `map` text NOT NULL,
  `factory_address` varchar(255) NOT NULL,
  `head_office` varchar(255) NOT NULL,
  `phone_no` varchar(255) NOT NULL,
  `phone_no2` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `email2` varchar(255) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `facebook` varchar(255) NOT NULL,
  `instagram` varchar(255) NOT NULL,
  `twitter` varchar(255) NOT NULL,
  `linkeden` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `contact_us`
--

INSERT INTO `contact_us` (`id`, `site_name`, `map`, `factory_address`, `head_office`, `phone_no`, `phone_no2`, `email`, `email2`, `logo`, `facebook`, `instagram`, `twitter`, `linkeden`) VALUES
(1, 'veekay blower', '<iframe frameborder=\"0\" height=\"450\" src=\"https://www.google.com/maps/embed/v1/place?q=19.1074911,72.90176029999998&amp;zoom=18&amp;key=AIzaSyDz5vOp_4ebrlGOV0FyuSf_w5jHBIQz5iQ\" style=\"border:0\" width=\"100%\"></iframe>', '111, Mankoli Indian Corporation, Indian Corporation, Anjur Road, Dapode Village, Bhiwandi Thane. Maharashtra, 421302.', '3rd Floor, No. 3025, A2 Wing, Oberoi Garden Estate, Chandivali Road, Saki Naka, Mumbai, Maharashtra 400072', '+91 98670 15072', '#', 'info@veekayblower.com', 'veekayblower@gmail.com', '20230503111728-2023-05-03contact_us111726.png', 'https://www.facebook.com/people/Veekay-Blower-System-Pvt-Ltd/100067011652608/', '#', '@VeekayBlower', 'https://www.linkedin.com/company/veekay-blower-system-pvt-ltd/');

-- --------------------------------------------------------

--
-- Table structure for table `crud`
--

CREATE TABLE `crud` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `subject` varchar(200) NOT NULL,
  `table_name` varchar(200) NOT NULL,
  `sort_by` varchar(50) DEFAULT NULL,
  `sort_field` varchar(255) DEFAULT NULL,
  `javascript` text DEFAULT NULL,
  `style` text DEFAULT NULL,
  `javascript_setting_detail` text DEFAULT NULL,
  `javascript_setting_update` text DEFAULT NULL,
  `javascript_setting_create` text DEFAULT NULL,
  `javascript_setting_list` text DEFAULT NULL,
  `primary_key` varchar(200) NOT NULL,
  `page_read` varchar(20) DEFAULT NULL,
  `page_create` varchar(20) DEFAULT NULL,
  `page_update` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud`
--

INSERT INTO `crud` (`id`, `title`, `subject`, `table_name`, `sort_by`, `sort_field`, `javascript`, `style`, `javascript_setting_detail`, `javascript_setting_update`, `javascript_setting_create`, `javascript_setting_list`, `primary_key`, `page_read`, `page_create`, `page_update`) VALUES
(29, 'Vission Mission', 'Vission Mission', 'vission_mission', '', '', NULL, '   /* .group-heading */\n   .group-heading {\n\n   }\n\n   .group-heading .control-label {\n\n   }\n\n   .group-heading .col-sm-8 {\n\n   }\n\n   .group-heading .form-control {\n\n   }\n\n   .group-heading .help-block {\n\n   }\n   /* end .group-heading */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n   /* .group-home_page_active */\n   .group-home_page_active {\n\n   }\n\n   .group-home_page_active .control-label {\n\n   }\n\n   .group-home_page_active .col-sm-8 {\n\n   }\n\n   .group-home_page_active .form-control {\n\n   }\n\n   .group-home_page_active .help-block {\n\n   }\n   /* end .group-home_page_active */\n\n\n\n', 'function onReady() {\n        var heading = $(\'.detail_group-heading\');\n        var description = $(\'.detail_group-description\');\n        var image = $(\'.detail_group-image\');\n        var home_page_active = $(\'.detail_group-home_page_active\');\n    } ', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   var home_page_active = $(\'#home_page_active\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n} ', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   var home_page_active = $(\'#home_page_active\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n} ', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var heading = row.find(\'.list_group-heading\');\n    var description = row.find(\'.list_group-description\');\n    var image = row.find(\'.list_group-image\');\n    var home_page_active = row.find(\'.list_group-home_page_active\');\n\n} ', 'id', 'yes', 'yes', 'yes'),
(32, 'Contact Us', 'Contact Us', 'contact_us', '', '', NULL, '   /* .group-site_name */\n   .group-site_name {\n\n   }\n\n   .group-site_name .control-label {\n\n   }\n\n   .group-site_name .col-sm-8 {\n\n   }\n\n   .group-site_name .form-control {\n\n   }\n\n   .group-site_name .help-block {\n\n   }\n   /* end .group-site_name */\n\n\n\n   /* .group-map */\n   .group-map {\n\n   }\n\n   .group-map .control-label {\n\n   }\n\n   .group-map .col-sm-8 {\n\n   }\n\n   .group-map .form-control {\n\n   }\n\n   .group-map .help-block {\n\n   }\n   /* end .group-map */\n\n\n\n   /* .group-factory_address */\n   .group-factory_address {\n\n   }\n\n   .group-factory_address .control-label {\n\n   }\n\n   .group-factory_address .col-sm-8 {\n\n   }\n\n   .group-factory_address .form-control {\n\n   }\n\n   .group-factory_address .help-block {\n\n   }\n   /* end .group-factory_address */\n\n\n\n   /* .group-head_office */\n   .group-head_office {\n\n   }\n\n   .group-head_office .control-label {\n\n   }\n\n   .group-head_office .col-sm-8 {\n\n   }\n\n   .group-head_office .form-control {\n\n   }\n\n   .group-head_office .help-block {\n\n   }\n   /* end .group-head_office */\n\n\n\n   /* .group-phone_no */\n   .group-phone_no {\n\n   }\n\n   .group-phone_no .control-label {\n\n   }\n\n   .group-phone_no .col-sm-8 {\n\n   }\n\n   .group-phone_no .form-control {\n\n   }\n\n   .group-phone_no .help-block {\n\n   }\n   /* end .group-phone_no */\n\n\n\n   /* .group-phone_no2 */\n   .group-phone_no2 {\n\n   }\n\n   .group-phone_no2 .control-label {\n\n   }\n\n   .group-phone_no2 .col-sm-8 {\n\n   }\n\n   .group-phone_no2 .form-control {\n\n   }\n\n   .group-phone_no2 .help-block {\n\n   }\n   /* end .group-phone_no2 */\n\n\n\n   /* .group-email */\n   .group-email {\n\n   }\n\n   .group-email .control-label {\n\n   }\n\n   .group-email .col-sm-8 {\n\n   }\n\n   .group-email .form-control {\n\n   }\n\n   .group-email .help-block {\n\n   }\n   /* end .group-email */\n\n\n\n   /* .group-email2 */\n   .group-email2 {\n\n   }\n\n   .group-email2 .control-label {\n\n   }\n\n   .group-email2 .col-sm-8 {\n\n   }\n\n   .group-email2 .form-control {\n\n   }\n\n   .group-email2 .help-block {\n\n   }\n   /* end .group-email2 */\n\n\n\n   /* .group-logo */\n   .group-logo {\n\n   }\n\n   .group-logo .control-label {\n\n   }\n\n   .group-logo .col-sm-8 {\n\n   }\n\n   .group-logo .form-control {\n\n   }\n\n   .group-logo .help-block {\n\n   }\n   /* end .group-logo */\n\n\n\n   /* .group-facebook */\n   .group-facebook {\n\n   }\n\n   .group-facebook .control-label {\n\n   }\n\n   .group-facebook .col-sm-8 {\n\n   }\n\n   .group-facebook .form-control {\n\n   }\n\n   .group-facebook .help-block {\n\n   }\n   /* end .group-facebook */\n\n\n\n   /* .group-instagram */\n   .group-instagram {\n\n   }\n\n   .group-instagram .control-label {\n\n   }\n\n   .group-instagram .col-sm-8 {\n\n   }\n\n   .group-instagram .form-control {\n\n   }\n\n   .group-instagram .help-block {\n\n   }\n   /* end .group-instagram */\n\n\n\n   /* .group-youtube */\n   .group-youtube {\n\n   }\n\n   .group-youtube .control-label {\n\n   }\n\n   .group-youtube .col-sm-8 {\n\n   }\n\n   .group-youtube .form-control {\n\n   }\n\n   .group-youtube .help-block {\n\n   }\n   /* end .group-youtube */\n\n\n\n   /* .group-linkeden */\n   .group-linkeden {\n\n   }\n\n   .group-linkeden .control-label {\n\n   }\n\n   .group-linkeden .col-sm-8 {\n\n   }\n\n   .group-linkeden .form-control {\n\n   }\n\n   .group-linkeden .help-block {\n\n   }\n   /* end .group-linkeden */\n\n\n\n', 'function onReady() {\n        var site_name = $(\'.detail_group-site_name\');\n        var map = $(\'.detail_group-map\');\n        var factory_address = $(\'.detail_group-factory_address\');\n        var head_office = $(\'.detail_group-head_office\');\n        var phone_no = $(\'.detail_group-phone_no\');\n        var phone_no2 = $(\'.detail_group-phone_no2\');\n        var email = $(\'.detail_group-email\');\n        var email2 = $(\'.detail_group-email2\');\n        var logo = $(\'.detail_group-logo\');\n        var facebook = $(\'.detail_group-facebook\');\n        var instagram = $(\'.detail_group-instagram\');\n        var youtube = $(\'.detail_group-youtube\');\n        var linkeden = $(\'.detail_group-linkeden\');\n    }  ', 'function onReady() {\n    var site_name = $(\'#site_name\');\n   /* \n    site_name.on(\'change\', function() {});\n    */\n    var map = $(\'#map\');\n   var factory_address = $(\'#factory_address\');\n   var head_office = $(\'#head_office\');\n   var phone_no = $(\'#phone_no\');\n   var phone_no2 = $(\'#phone_no2\');\n   var email = $(\'#email\');\n   var email2 = $(\'#email2\');\n   var logo = $(\'#logo\');\n   var facebook = $(\'#facebook\');\n   var instagram = $(\'#instagram\');\n   var youtube = $(\'#youtube\');\n   var linkeden = $(\'#linkeden\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}  ', 'function onReady() {\n    var site_name = $(\'#site_name\');\n   /* \n    site_name.on(\'change\', function() {});\n    */\n    var map = $(\'#map\');\n   var factory_address = $(\'#factory_address\');\n   var head_office = $(\'#head_office\');\n   var phone_no = $(\'#phone_no\');\n   var phone_no2 = $(\'#phone_no2\');\n   var email = $(\'#email\');\n   var email2 = $(\'#email2\');\n   var logo = $(\'#logo\');\n   var facebook = $(\'#facebook\');\n   var instagram = $(\'#instagram\');\n   var youtube = $(\'#youtube\');\n   var linkeden = $(\'#linkeden\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}  ', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var site_name = row.find(\'.list_group-site_name\');\n    var map = row.find(\'.list_group-map\');\n    var factory_address = row.find(\'.list_group-factory_address\');\n    var head_office = row.find(\'.list_group-head_office\');\n    var phone_no = row.find(\'.list_group-phone_no\');\n    var phone_no2 = row.find(\'.list_group-phone_no2\');\n    var email = row.find(\'.list_group-email\');\n    var email2 = row.find(\'.list_group-email2\');\n    var logo = row.find(\'.list_group-logo\');\n    var facebook = row.find(\'.list_group-facebook\');\n    var instagram = row.find(\'.list_group-instagram\');\n    var youtube = row.find(\'.list_group-youtube\');\n    var linkeden = row.find(\'.list_group-linkeden\');\n\n}  ', 'id', 'yes', 'yes', 'yes'),
(33, 'Clientele Case Study', 'Clientele Case Study', 'clientele_case_study', '', '', NULL, '   /* .group-images */\n   .group-images {\n\n   }\n\n   .group-images .control-label {\n\n   }\n\n   .group-images .col-sm-8 {\n\n   }\n\n   .group-images .form-control {\n\n   }\n\n   .group-images .help-block {\n\n   }\n   /* end .group-images */\n\n\n\n   /* .group-home_page_active */\n   .group-home_page_active {\n\n   }\n\n   .group-home_page_active .control-label {\n\n   }\n\n   .group-home_page_active .col-sm-8 {\n\n   }\n\n   .group-home_page_active .form-control {\n\n   }\n\n   .group-home_page_active .help-block {\n\n   }\n   /* end .group-home_page_active */\n\n\n\n', 'function onReady() {\n        var images = $(\'.detail_group-images\');\n        var home_page_active = $(\'.detail_group-home_page_active\');\n    } ', 'function onReady() {\n    var images = $(\'#images\');\n   /* \n    images.on(\'change\', function() {});\n    */\n    var home_page_active = $(\'#home_page_active\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n} ', 'function onReady() {\n    var images = $(\'#images\');\n   /* \n    images.on(\'change\', function() {});\n    */\n    var home_page_active = $(\'#home_page_active\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n} ', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var images = row.find(\'.list_group-images\');\n    var home_page_active = row.find(\'.list_group-home_page_active\');\n\n} ', 'id', 'yes', 'yes', 'yes'),
(34, 'News Blog', 'News Blog', 'news_blog', NULL, NULL, NULL, '   /* .group-name */\n   .group-name {\n\n   }\n\n   .group-name .control-label {\n\n   }\n\n   .group-name .col-sm-8 {\n\n   }\n\n   .group-name .form-control {\n\n   }\n\n   .group-name .help-block {\n\n   }\n   /* end .group-name */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n   /* .group-created_date */\n   .group-created_date {\n\n   }\n\n   .group-created_date .control-label {\n\n   }\n\n   .group-created_date .col-sm-8 {\n\n   }\n\n   .group-created_date .form-control {\n\n   }\n\n   .group-created_date .help-block {\n\n   }\n   /* end .group-created_date */\n\n\n\n', 'function onReady() {\n        var name = $(\'.detail_group-name\');\n        var description = $(\'.detail_group-description\');\n        var image = $(\'.detail_group-image\');\n        var created_date = $(\'.detail_group-created_date\');\n    }', 'function onReady() {\n    var name = $(\'#name\');\n   /* \n    name.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   var created_date = $(\'#created_date\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var name = $(\'#name\');\n   /* \n    name.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   var created_date = $(\'#created_date\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var name = row.find(\'.list_group-name\');\n    var description = row.find(\'.list_group-description\');\n    var image = row.find(\'.list_group-image\');\n    var created_date = row.find(\'.list_group-created_date\');\n\n}', 'id', 'yes', 'yes', 'yes'),
(35, 'Our Products', 'Our Products', 'our_products', '', '', NULL, '   /* .group-name */\n   .group-name {\n\n   }\n\n   .group-name .control-label {\n\n   }\n\n   .group-name .col-sm-8 {\n\n   }\n\n   .group-name .form-control {\n\n   }\n\n   .group-name .help-block {\n\n   }\n   /* end .group-name */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n', 'function onReady() {\n        var name = $(\'.detail_group-name\');\n        var image = $(\'.detail_group-image\');\n    }   ', 'function onReady() {\n    var name = $(\'#name\');\n   /* \n    name.on(\'change\', function() {});\n    */\n    var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}   ', 'function onReady() {\n    var name = $(\'#name\');\n   /* \n    name.on(\'change\', function() {});\n    */\n    var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}   ', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var name = row.find(\'.list_group-name\');\n    var image = row.find(\'.list_group-image\');\n\n}   ', 'id', 'yes', 'yes', 'yes'),
(36, 'Product', 'Product', 'product', '', '', NULL, '   /* .group-product_category */\n   .group-product_category {\n\n   }\n\n   .group-product_category .control-label {\n\n   }\n\n   .group-product_category .col-sm-8 {\n\n   }\n\n   .group-product_category .form-control {\n\n   }\n\n   .group-product_category .help-block {\n\n   }\n   /* end .group-product_category */\n\n\n\n   /* .group-name */\n   .group-name {\n\n   }\n\n   .group-name .control-label {\n\n   }\n\n   .group-name .col-sm-8 {\n\n   }\n\n   .group-name .form-control {\n\n   }\n\n   .group-name .help-block {\n\n   }\n   /* end .group-name */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n', 'function onReady() {\n        var product_category = $(\'.detail_group-product_category\');\n        var name = $(\'.detail_group-name\');\n        var description = $(\'.detail_group-description\');\n        var image = $(\'.detail_group-image\');\n    }    ', 'function onReady() {\n    var product_category = $(\'#product_category\');\n   /* \n    product_category.on(\'change\', function() {});\n    */\n    var name = $(\'#name\');\n   var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}    ', 'function onReady() {\n    var product_category = $(\'#product_category\');\n   /* \n    product_category.on(\'change\', function() {});\n    */\n    var name = $(\'#name\');\n   var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}    ', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var product_category = row.find(\'.list_group-product_category\');\n    var name = row.find(\'.list_group-name\');\n    var description = row.find(\'.list_group-description\');\n    var image = row.find(\'.list_group-image\');\n\n}    ', 'id', 'yes', 'yes', 'yes'),
(37, 'Infrastructure', 'Infrastructure', 'infrastructure', NULL, NULL, NULL, '   /* .group-heading */\n   .group-heading {\n\n   }\n\n   .group-heading .control-label {\n\n   }\n\n   .group-heading .col-sm-8 {\n\n   }\n\n   .group-heading .form-control {\n\n   }\n\n   .group-heading .help-block {\n\n   }\n   /* end .group-heading */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-name1 */\n   .group-name1 {\n\n   }\n\n   .group-name1 .control-label {\n\n   }\n\n   .group-name1 .col-sm-8 {\n\n   }\n\n   .group-name1 .form-control {\n\n   }\n\n   .group-name1 .help-block {\n\n   }\n   /* end .group-name1 */\n\n\n\n   /* .group-image1 */\n   .group-image1 {\n\n   }\n\n   .group-image1 .control-label {\n\n   }\n\n   .group-image1 .col-sm-8 {\n\n   }\n\n   .group-image1 .form-control {\n\n   }\n\n   .group-image1 .help-block {\n\n   }\n   /* end .group-image1 */\n\n\n\n   /* .group-name2 */\n   .group-name2 {\n\n   }\n\n   .group-name2 .control-label {\n\n   }\n\n   .group-name2 .col-sm-8 {\n\n   }\n\n   .group-name2 .form-control {\n\n   }\n\n   .group-name2 .help-block {\n\n   }\n   /* end .group-name2 */\n\n\n\n   /* .group-image2 */\n   .group-image2 {\n\n   }\n\n   .group-image2 .control-label {\n\n   }\n\n   .group-image2 .col-sm-8 {\n\n   }\n\n   .group-image2 .form-control {\n\n   }\n\n   .group-image2 .help-block {\n\n   }\n   /* end .group-image2 */\n\n\n\n   /* .group-name3 */\n   .group-name3 {\n\n   }\n\n   .group-name3 .control-label {\n\n   }\n\n   .group-name3 .col-sm-8 {\n\n   }\n\n   .group-name3 .form-control {\n\n   }\n\n   .group-name3 .help-block {\n\n   }\n   /* end .group-name3 */\n\n\n\n   /* .group-image3 */\n   .group-image3 {\n\n   }\n\n   .group-image3 .control-label {\n\n   }\n\n   .group-image3 .col-sm-8 {\n\n   }\n\n   .group-image3 .form-control {\n\n   }\n\n   .group-image3 .help-block {\n\n   }\n   /* end .group-image3 */\n\n\n\n   /* .group-name4 */\n   .group-name4 {\n\n   }\n\n   .group-name4 .control-label {\n\n   }\n\n   .group-name4 .col-sm-8 {\n\n   }\n\n   .group-name4 .form-control {\n\n   }\n\n   .group-name4 .help-block {\n\n   }\n   /* end .group-name4 */\n\n\n\n   /* .group-image4 */\n   .group-image4 {\n\n   }\n\n   .group-image4 .control-label {\n\n   }\n\n   .group-image4 .col-sm-8 {\n\n   }\n\n   .group-image4 .form-control {\n\n   }\n\n   .group-image4 .help-block {\n\n   }\n   /* end .group-image4 */\n\n\n\n   /* .group-name5 */\n   .group-name5 {\n\n   }\n\n   .group-name5 .control-label {\n\n   }\n\n   .group-name5 .col-sm-8 {\n\n   }\n\n   .group-name5 .form-control {\n\n   }\n\n   .group-name5 .help-block {\n\n   }\n   /* end .group-name5 */\n\n\n\n   /* .group-image5 */\n   .group-image5 {\n\n   }\n\n   .group-image5 .control-label {\n\n   }\n\n   .group-image5 .col-sm-8 {\n\n   }\n\n   .group-image5 .form-control {\n\n   }\n\n   .group-image5 .help-block {\n\n   }\n   /* end .group-image5 */\n\n\n\n   /* .group-name6 */\n   .group-name6 {\n\n   }\n\n   .group-name6 .control-label {\n\n   }\n\n   .group-name6 .col-sm-8 {\n\n   }\n\n   .group-name6 .form-control {\n\n   }\n\n   .group-name6 .help-block {\n\n   }\n   /* end .group-name6 */\n\n\n\n   /* .group-image6 */\n   .group-image6 {\n\n   }\n\n   .group-image6 .control-label {\n\n   }\n\n   .group-image6 .col-sm-8 {\n\n   }\n\n   .group-image6 .form-control {\n\n   }\n\n   .group-image6 .help-block {\n\n   }\n   /* end .group-image6 */\n\n\n\n', 'function onReady() {\n        var heading = $(\'.detail_group-heading\');\n        var description = $(\'.detail_group-description\');\n        var name1 = $(\'.detail_group-name1\');\n        var image1 = $(\'.detail_group-image1\');\n        var name2 = $(\'.detail_group-name2\');\n        var image2 = $(\'.detail_group-image2\');\n        var name3 = $(\'.detail_group-name3\');\n        var image3 = $(\'.detail_group-image3\');\n        var name4 = $(\'.detail_group-name4\');\n        var image4 = $(\'.detail_group-image4\');\n        var name5 = $(\'.detail_group-name5\');\n        var image5 = $(\'.detail_group-image5\');\n        var name6 = $(\'.detail_group-name6\');\n        var image6 = $(\'.detail_group-image6\');\n    }', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var name1 = $(\'#name1\');\n   var image1 = $(\'#image1\');\n   var name2 = $(\'#name2\');\n   var image2 = $(\'#image2\');\n   var name3 = $(\'#name3\');\n   var image3 = $(\'#image3\');\n   var name4 = $(\'#name4\');\n   var image4 = $(\'#image4\');\n   var name5 = $(\'#name5\');\n   var image5 = $(\'#image5\');\n   var name6 = $(\'#name6\');\n   var image6 = $(\'#image6\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var name1 = $(\'#name1\');\n   var image1 = $(\'#image1\');\n   var name2 = $(\'#name2\');\n   var image2 = $(\'#image2\');\n   var name3 = $(\'#name3\');\n   var image3 = $(\'#image3\');\n   var name4 = $(\'#name4\');\n   var image4 = $(\'#image4\');\n   var name5 = $(\'#name5\');\n   var image5 = $(\'#image5\');\n   var name6 = $(\'#name6\');\n   var image6 = $(\'#image6\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var heading = row.find(\'.list_group-heading\');\n    var description = row.find(\'.list_group-description\');\n    var name1 = row.find(\'.list_group-name1\');\n    var image1 = row.find(\'.list_group-image1\');\n    var name2 = row.find(\'.list_group-name2\');\n    var image2 = row.find(\'.list_group-image2\');\n    var name3 = row.find(\'.list_group-name3\');\n    var image3 = row.find(\'.list_group-image3\');\n    var name4 = row.find(\'.list_group-name4\');\n    var image4 = row.find(\'.list_group-image4\');\n    var name5 = row.find(\'.list_group-name5\');\n    var image5 = row.find(\'.list_group-image5\');\n    var name6 = row.find(\'.list_group-name6\');\n    var image6 = row.find(\'.list_group-image6\');\n\n}', 'id', 'yes', 'yes', 'yes'),
(38, 'Slider', 'Slider', 'slider', NULL, NULL, NULL, '   /* .group-heading */\n   .group-heading {\n\n   }\n\n   .group-heading .control-label {\n\n   }\n\n   .group-heading .col-sm-8 {\n\n   }\n\n   .group-heading .form-control {\n\n   }\n\n   .group-heading .help-block {\n\n   }\n   /* end .group-heading */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n', 'function onReady() {\n        var heading = $(\'.detail_group-heading\');\n        var image = $(\'.detail_group-image\');\n    }', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var heading = row.find(\'.list_group-heading\');\n    var image = row.find(\'.list_group-image\');\n\n}', 'id', 'yes', 'yes', 'yes'),
(39, 'Services', 'Services', 'services', NULL, NULL, NULL, '   /* .group-heading */\n   .group-heading {\n\n   }\n\n   .group-heading .control-label {\n\n   }\n\n   .group-heading .col-sm-8 {\n\n   }\n\n   .group-heading .form-control {\n\n   }\n\n   .group-heading .help-block {\n\n   }\n   /* end .group-heading */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n', 'function onReady() {\n        var heading = $(\'.detail_group-heading\');\n        var description = $(\'.detail_group-description\');\n        var image = $(\'.detail_group-image\');\n    }', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var heading = row.find(\'.list_group-heading\');\n    var description = row.find(\'.list_group-description\');\n    var image = row.find(\'.list_group-image\');\n\n}', 'id', 'yes', 'yes', 'yes'),
(40, 'About Us', 'About Us', 'about_us', NULL, NULL, NULL, '   /* .group-heading */\n   .group-heading {\n\n   }\n\n   .group-heading .control-label {\n\n   }\n\n   .group-heading .col-sm-8 {\n\n   }\n\n   .group-heading .form-control {\n\n   }\n\n   .group-heading .help-block {\n\n   }\n   /* end .group-heading */\n\n\n\n   /* .group-description */\n   .group-description {\n\n   }\n\n   .group-description .control-label {\n\n   }\n\n   .group-description .col-sm-8 {\n\n   }\n\n   .group-description .form-control {\n\n   }\n\n   .group-description .help-block {\n\n   }\n   /* end .group-description */\n\n\n\n   /* .group-image */\n   .group-image {\n\n   }\n\n   .group-image .control-label {\n\n   }\n\n   .group-image .col-sm-8 {\n\n   }\n\n   .group-image .form-control {\n\n   }\n\n   .group-image .help-block {\n\n   }\n   /* end .group-image */\n\n\n\n', 'function onReady() {\n        var heading = $(\'.detail_group-heading\');\n        var description = $(\'.detail_group-description\');\n        var image = $(\'.detail_group-image\');\n    }', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var heading = $(\'#heading\');\n   /* \n    heading.on(\'change\', function() {});\n    */\n    var description = $(\'#description\');\n   var image = $(\'#image\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var heading = row.find(\'.list_group-heading\');\n    var description = row.find(\'.list_group-description\');\n    var image = row.find(\'.list_group-image\');\n\n}', 'id', 'yes', 'yes', 'yes'),
(43, 'Contact', 'Contact', 'contact', NULL, NULL, NULL, '   /* .group-address */\n   .group-address {\n\n   }\n\n   .group-address .control-label {\n\n   }\n\n   .group-address .col-sm-8 {\n\n   }\n\n   .group-address .form-control {\n\n   }\n\n   .group-address .help-block {\n\n   }\n   /* end .group-address */\n\n\n\n   /* .group-email_id */\n   .group-email_id {\n\n   }\n\n   .group-email_id .control-label {\n\n   }\n\n   .group-email_id .col-sm-8 {\n\n   }\n\n   .group-email_id .form-control {\n\n   }\n\n   .group-email_id .help-block {\n\n   }\n   /* end .group-email_id */\n\n\n\n   /* .group-phone_no */\n   .group-phone_no {\n\n   }\n\n   .group-phone_no .control-label {\n\n   }\n\n   .group-phone_no .col-sm-8 {\n\n   }\n\n   .group-phone_no .form-control {\n\n   }\n\n   .group-phone_no .help-block {\n\n   }\n   /* end .group-phone_no */\n\n\n\n   /* .group-whatsapp_no */\n   .group-whatsapp_no {\n\n   }\n\n   .group-whatsapp_no .control-label {\n\n   }\n\n   .group-whatsapp_no .col-sm-8 {\n\n   }\n\n   .group-whatsapp_no .form-control {\n\n   }\n\n   .group-whatsapp_no .help-block {\n\n   }\n   /* end .group-whatsapp_no */\n\n\n\n', 'function onReady() {\n        var address = $(\'.detail_group-address\');\n        var email_id = $(\'.detail_group-email_id\');\n        var phone_no = $(\'.detail_group-phone_no\');\n        var whatsapp_no = $(\'.detail_group-whatsapp_no\');\n    }', 'function onReady() {\n    var address = $(\'#address\');\n   /* \n    address.on(\'change\', function() {});\n    */\n    var email_id = $(\'#email_id\');\n   var phone_no = $(\'#phone_no\');\n   var whatsapp_no = $(\'#whatsapp_no\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n    var address = $(\'#address\');\n   /* \n    address.on(\'change\', function() {});\n    */\n    var email_id = $(\'#email_id\');\n   var phone_no = $(\'#phone_no\');\n   var whatsapp_no = $(\'#whatsapp_no\');\n   \n}\n\nfunction beforeSave() {\n    data_post.push({\n        name : \'_example\',\n        value : \'value_of_example\',\n    })\n}', 'function onReady() {\n\n}\n\nfunction eachRows(row) {\n    var address = row.find(\'.list_group-address\');\n    var email_id = row.find(\'.list_group-email_id\');\n    var phone_no = row.find(\'.list_group-phone_no\');\n    var whatsapp_no = row.find(\'.list_group-whatsapp_no\');\n\n}', 'id', 'yes', 'yes', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `crud_action`
--

CREATE TABLE `crud_action` (
  `id` int(11) UNSIGNED NOT NULL,
  `sort_order` int(11) DEFAULT NULL,
  `title` varchar(200) NOT NULL,
  `crud_id` int(11) NOT NULL,
  `action` varchar(200) NOT NULL,
  `meta` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `crud_custom_option`
--

CREATE TABLE `crud_custom_option` (
  `id` int(11) UNSIGNED NOT NULL,
  `crud_field_id` int(11) NOT NULL,
  `crud_id` int(11) NOT NULL,
  `option_value` text NOT NULL,
  `option_label` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_custom_option`
--

INSERT INTO `crud_custom_option` (`id`, `crud_field_id`, `crud_id`, `option_value`, `option_label`) VALUES
(10, 69, 2, 'Chairman', 'Chairman'),
(11, 69, 2, 'Secretary', 'Secretary'),
(12, 69, 2, 'Treasurer', 'Treasurer'),
(13, 69, 2, 'Board Member', 'Board Member'),
(14, 69, 2, 'Member', 'Member'),
(25, 108, 3, 'Chairman', 'Chairman'),
(26, 108, 3, 'Secretary', 'Secretary'),
(27, 108, 3, 'Treasurer', 'Treasurer'),
(28, 108, 3, 'Board Member', 'Board Member'),
(29, 108, 3, 'Member', 'Member'),
(297, 1176, 10, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(298, 1176, 10, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(299, 1176, 10, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(300, 1176, 10, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(301, 1180, 10, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(302, 1180, 10, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(303, 1180, 10, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(304, 1180, 10, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(305, 1184, 10, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(306, 1184, 10, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(307, 1184, 10, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(308, 1184, 10, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(309, 1188, 10, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(310, 1188, 10, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(311, 1188, 10, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(312, 1188, 10, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(361, 1352, 11, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(362, 1352, 11, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(363, 1352, 11, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(364, 1352, 11, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.'),
(365, 1356, 11, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(366, 1356, 11, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(367, 1356, 11, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(368, 1356, 11, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(369, 1360, 11, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(370, 1360, 11, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(371, 1360, 11, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(372, 1360, 11, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(373, 1364, 11, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(374, 1364, 11, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(375, 1364, 11, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(376, 1364, 11, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(425, 1528, 12, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(426, 1528, 12, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(427, 1528, 12, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(428, 1528, 12, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(429, 1532, 12, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(430, 1532, 12, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(431, 1532, 12, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(432, 1532, 12, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(433, 1536, 12, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(434, 1536, 12, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(435, 1536, 12, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(436, 1536, 12, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(437, 1540, 12, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(438, 1540, 12, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(439, 1540, 12, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(440, 1540, 12, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(457, 1749, 14, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(458, 1749, 14, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(459, 1749, 14, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(460, 1749, 14, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(461, 1753, 14, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(462, 1753, 14, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(463, 1753, 14, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(464, 1753, 14, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  ', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.  '),
(465, 1757, 14, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(466, 1757, 14, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(467, 1757, 14, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(468, 1757, 14, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.'),
(469, 1761, 14, 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.', 'मागिल सभेचे इतिवृत्त वाचून कायम करणे.'),
(470, 1761, 14, 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.', 'सन 2021-2022 सालच्या ताळेबद ,व्यापारीपत्रक व नफा तोटा पत्रकास मान्यता देणे.'),
(471, 1761, 14, 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.', 'सन 2021-2022 सालच्या वैधानिक अहवालाची नोंद घेणे.'),
(472, 1761, 14, 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.', 'सन 2021-2022 सालाकारिता वैधानिक लेखाप्ररीक्षकाची नियुक्ती करणे.'),
(485, 2300, 1, 'Industrial', 'Industrial'),
(486, 2300, 1, 'Mahila', 'Mahila'),
(487, 2300, 1, 'Seva', 'Seva'),
(488, 2300, 1, 'Pathpethi', 'Pathpethi'),
(489, 2323, 1, 'Active', 'Active'),
(490, 2323, 1, 'Inactive', 'Inactive'),
(491, 2332, 4, '- मागील सभेचे इतिवृत्त वाचून कायम ', '- मागील सभेचे इतिवृत्त वाचून कायम '),
(492, 2332, 4, '- संस्थेच्या मासिक खर्चास मान्य', '- संस्थेच्या मासिक खर्चास मान्य'),
(493, 2332, 4, '- वैधानिक हिशोब तपासणी अहवालाची नोंद ', '- वैधानिक हिशोब तपासणी अहवालाची नोंद '),
(494, 2332, 4, '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास ', '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास '),
(495, 2332, 4, '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि', '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि'),
(496, 2336, 4, '- मागील सभेचे इतिवृत्त वाचून कायम ', '- मागील सभेचे इतिवृत्त वाचून कायम '),
(497, 2336, 4, '- संस्थेच्या मासिक खर्चास मान्य', '- संस्थेच्या मासिक खर्चास मान्य'),
(498, 2336, 4, '- वैधानिक हिशोब तपासणी अहवालाची नोंद ', '- वैधानिक हिशोब तपासणी अहवालाची नोंद '),
(499, 2336, 4, '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास ', '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास '),
(500, 2336, 4, '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि', '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि'),
(501, 2340, 4, '- मागील सभेचे इतिवृत्त वाचून कायम ', '- मागील सभेचे इतिवृत्त वाचून कायम '),
(502, 2340, 4, '- संस्थेच्या मासिक खर्चास मान्य', '- संस्थेच्या मासिक खर्चास मान्य'),
(503, 2340, 4, '- वैधानिक हिशोब तपासणी अहवालाची नोंद ', '- वैधानिक हिशोब तपासणी अहवालाची नोंद '),
(504, 2340, 4, '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास ', '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास '),
(505, 2340, 4, '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि', '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि'),
(506, 2344, 4, '- मागील सभेचे इतिवृत्त वाचून कायम ', '- मागील सभेचे इतिवृत्त वाचून कायम '),
(507, 2344, 4, '- संस्थेच्या मासिक खर्चास मान्य', '- संस्थेच्या मासिक खर्चास मान्य'),
(508, 2344, 4, '- वैधानिक हिशोब तपासणी अहवालाची नोंद ', '- वैधानिक हिशोब तपासणी अहवालाची नोंद '),
(509, 2344, 4, '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास ', '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास '),
(510, 2344, 4, '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि', '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि'),
(511, 2348, 4, '- मागील सभेचे इतिवृत्त वाचून कायम ', '- मागील सभेचे इतिवृत्त वाचून कायम '),
(512, 2348, 4, '- संस्थेच्या मासिक खर्चास मान्य', '- संस्थेच्या मासिक खर्चास मान्य'),
(513, 2348, 4, '- वैधानिक हिशोब तपासणी अहवालाची नोंद ', '- वैधानिक हिशोब तपासणी अहवालाची नोंद '),
(514, 2348, 4, '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास ', '- संस्थेच्या सन 2021-2022 या सालचा अहवाल, नफा-तोटा पत्रक व ताळे बंद पत्रकास '),
(515, 2348, 4, '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि', '- सन 2021-2022 या आर्थिक वर्षाच्या वार्षिक सर्वसाधारण सभेची तारीख, वेळ व ठि');

-- --------------------------------------------------------

--
-- Table structure for table `crud_field`
--

CREATE TABLE `crud_field` (
  `id` int(11) UNSIGNED NOT NULL,
  `crud_id` int(11) NOT NULL,
  `field_name` varchar(200) NOT NULL,
  `field_label` varchar(200) DEFAULT NULL,
  `input_type` varchar(200) NOT NULL,
  `help_block` text DEFAULT NULL,
  `placeholder` text DEFAULT NULL,
  `auto_generate_help_block` varchar(40) DEFAULT NULL,
  `wrapper_class` text DEFAULT NULL,
  `show_column` varchar(10) DEFAULT NULL,
  `show_add_form` varchar(10) DEFAULT NULL,
  `show_update_form` varchar(10) DEFAULT NULL,
  `show_detail_page` varchar(10) DEFAULT NULL,
  `sort` int(11) NOT NULL,
  `relation_table` varchar(200) DEFAULT NULL,
  `relation_value` varchar(200) DEFAULT NULL,
  `relation_label` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_field`
--

INSERT INTO `crud_field` (`id`, `crud_id`, `field_name`, `field_label`, `input_type`, `help_block`, `placeholder`, `auto_generate_help_block`, `wrapper_class`, `show_column`, `show_add_form`, `show_update_form`, `show_detail_page`, `sort`, `relation_table`, `relation_value`, `relation_label`) VALUES
(65, 2, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(66, 2, 's_id', 's_id', 'number', '', '', 'yes', 'group-s_id', '', '', '', '', 2, '', '', ''),
(67, 2, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'id', 'society_name'),
(68, 2, 'name_of_the_member', 'name_of_the_member', 'input', '', '', 'yes', 'group-name_of_the_member', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(69, 2, 'designation', 'designation', 'custom_select', '', '', 'yes', 'group-designation', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(70, 2, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(71, 2, 'phone', 'phone', 'input', '', '', 'yes', 'group-phone', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(72, 2, 'aadhaar_card', 'aadhaar_card', 'file', '', '', 'yes', 'group-aadhaar_card', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(73, 2, 'aadhaar_card_no', 'aadhaar_card_no', 'input', '', '', 'yes', 'group-aadhaar_card_no', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(74, 2, 'pancard', 'pancard', 'file', '', '', 'yes', 'group-pancard', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(75, 2, 'pancard_no', 'pancard_no', 'input', '', '', 'yes', 'group-pancard_no', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(76, 2, 'photo', 'photo', 'file', '', '', 'yes', 'group-photo', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(77, 2, 'member_share_certificate', 'member_share_certificate', 'file', '', '', 'yes', 'group-member_share_certificate', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(78, 2, 'signature', 'signature', 'file', '', '', 'yes', 'group-signature', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(105, 3, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(106, 3, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(107, 3, 'name_of_the_member', 'name_of_the_member', 'input', '', '', 'yes', 'group-name_of_the_member', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(108, 3, 'designation', 'designation', 'custom_select', '', '', 'yes', 'group-designation', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(109, 3, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(110, 3, 'phone', 'phone', 'input', '', '', 'yes', 'group-phone', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(111, 3, 'aadhaar_card', 'aadhaar_card', 'file', '', '', 'yes', 'group-aadhaar_card', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(112, 3, 'aadhaar_card_no', 'aadhaar_card_no', 'input', '', '', 'yes', 'group-aadhaar_card_no', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(113, 3, 'pancard', 'pancard', 'file', '', '', 'yes', 'group-pancard', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(114, 3, 'pancard_no', 'pancard_no', 'input', '', '', 'yes', 'group-pancard_no', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(115, 3, 'photo', 'photo', 'file', '', '', 'yes', 'group-photo', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(116, 3, 'member_share_certificate', 'member_share_certificate', 'file', '', '', 'yes', 'group-member_share_certificate', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(117, 3, 'signature', 'signature', 'file', '', '', 'yes', 'group-signature', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(463, 6, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(464, 6, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(465, 6, 'meeting_time', 'meeting_time', 'input', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(466, 6, 'agenda1', 'agenda1', 'input', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(467, 6, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(468, 6, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(469, 6, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(470, 6, 'agenda2', 'agenda2', 'number', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(471, 6, 'result2', 'result2', 'editor_wysiwyg', '', '', 'yes', 'group-result2', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(472, 6, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(473, 6, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(474, 6, 'agenda3', 'agenda3', 'input', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(475, 6, 'result3', 'result3', 'editor_wysiwyg', '', '', 'yes', 'group-result3', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(476, 6, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(477, 6, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(478, 6, 'agenda4', 'agenda4', 'input', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(479, 6, 'result4', 'result4', 'editor_wysiwyg', '', '', 'yes', 'group-result4', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(480, 6, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(481, 6, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(482, 6, 'agenda5', 'agenda5', 'input', '', '', 'yes', 'group-agenda5', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(483, 6, 'result5', 'result5', 'editor_wysiwyg', '', '', 'yes', 'group-result5', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(484, 6, 'suchak5', 'suchak5', 'input', '', '', 'yes', 'group-suchak5', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(485, 6, 'anumodak5', 'anumodak5', 'input', '', '', 'yes', 'group-anumodak5', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(486, 6, 'agenda6', 'agenda6', 'input', '', '', 'yes', 'group-agenda6', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(487, 6, 'result6', 'result6', 'editor_wysiwyg', '', '', 'yes', 'group-result6', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(488, 6, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(489, 6, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(490, 6, 'agenda7', 'agenda7', 'input', '', '', 'yes', 'group-agenda7', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(491, 6, 'result7', 'result7', 'editor_wysiwyg', '', '', 'yes', 'group-result7', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(492, 6, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(493, 6, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(494, 6, 'agenda8', 'agenda8', 'input', '', '', 'yes', 'group-agenda8', 'yes', 'yes', 'yes', 'yes', 32, '', '', ''),
(495, 6, 'result8', 'result8', 'editor_wysiwyg', '', '', 'yes', 'group-result8', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(496, 6, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', 'yes', 'yes', 'yes', 'yes', 34, '', '', ''),
(497, 6, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', 'yes', 'yes', 'yes', 'yes', 35, '', '', ''),
(498, 6, 'agenda9', 'agenda9', 'input', '', '', 'yes', 'group-agenda9', 'yes', 'yes', 'yes', 'yes', 36, '', '', ''),
(499, 6, 'result9', 'result9', 'editor_wysiwyg', '', '', 'yes', 'group-result9', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(500, 6, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', 'yes', 'yes', 'yes', 'yes', 38, '', '', ''),
(501, 6, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', 'yes', 'yes', 'yes', 'yes', 39, '', '', ''),
(502, 6, 'agenda10', 'agenda10', 'input', '', '', 'yes', 'group-agenda10', 'yes', 'yes', 'yes', 'yes', 40, '', '', ''),
(503, 6, 'result10', 'result10', 'editor_wysiwyg', '', '', 'yes', 'group-result10', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(504, 6, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', 'yes', 'yes', 'yes', 'yes', 42, '', '', ''),
(505, 6, 'anumodak10', 'anumodak10', 'input', '', '', 'yes', 'group-anumodak10', 'yes', 'yes', 'yes', 'yes', 43, '', '', ''),
(506, 6, 'agenda11', 'agenda11', 'input', '', '', 'yes', 'group-agenda11', 'yes', 'yes', 'yes', 'yes', 44, '', '', ''),
(507, 7, 'id', 'id', 'number', '', '', 'yes', 'group-id', 'yes', 'yes', 'yes', 'yes', 1, '', '', ''),
(508, 7, 'society_name', 'society_name', 'input', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(509, 7, 'meeting_time', 'meeting_time', 'input', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(510, 7, 'agenda1', 'agenda1', 'input', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(511, 7, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(512, 7, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(513, 7, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(514, 7, 'agenda2', 'agenda2', 'number', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(515, 7, 'result2', 'result2', 'editor_wysiwyg', '', '', 'yes', 'group-result2', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(516, 7, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(517, 7, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(518, 7, 'agenda3', 'agenda3', 'input', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(519, 7, 'result3', 'result3', 'editor_wysiwyg', '', '', 'yes', 'group-result3', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(520, 7, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(521, 7, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(522, 7, 'agenda4', 'agenda4', 'input', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(523, 7, 'result4', 'result4', 'editor_wysiwyg', '', '', 'yes', 'group-result4', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(524, 7, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(525, 7, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(526, 7, 'agenda5', 'agenda5', 'input', '', '', 'yes', 'group-agenda5', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(527, 7, 'result5', 'result5', 'editor_wysiwyg', '', '', 'yes', 'group-result5', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(528, 7, 'suchak5', 'suchak5', 'input', '', '', 'yes', 'group-suchak5', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(529, 7, 'anumodak5', 'anumodak5', 'input', '', '', 'yes', 'group-anumodak5', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(530, 7, 'agenda6', 'agenda6', 'input', '', '', 'yes', 'group-agenda6', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(531, 7, 'result6', 'result6', 'editor_wysiwyg', '', '', 'yes', 'group-result6', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(532, 7, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(533, 7, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(534, 7, 'agenda7', 'agenda7', 'input', '', '', 'yes', 'group-agenda7', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(535, 7, 'result7', 'result7', 'editor_wysiwyg', '', '', 'yes', 'group-result7', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(536, 7, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(537, 7, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(538, 7, 'agenda8', 'agenda8', 'input', '', '', 'yes', 'group-agenda8', 'yes', 'yes', 'yes', 'yes', 32, '', '', ''),
(539, 7, 'result8', 'result8', 'editor_wysiwyg', '', '', 'yes', 'group-result8', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(540, 7, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', 'yes', 'yes', 'yes', 'yes', 34, '', '', ''),
(541, 7, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', 'yes', 'yes', 'yes', 'yes', 35, '', '', ''),
(542, 7, 'agenda9', 'agenda9', 'input', '', '', 'yes', 'group-agenda9', 'yes', 'yes', 'yes', 'yes', 36, '', '', ''),
(543, 7, 'result9', 'result9', 'editor_wysiwyg', '', '', 'yes', 'group-result9', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(544, 7, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', 'yes', 'yes', 'yes', 'yes', 38, '', '', ''),
(545, 7, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', 'yes', 'yes', 'yes', 'yes', 39, '', '', ''),
(546, 7, 'agenda10', 'agenda10', 'input', '', '', 'yes', 'group-agenda10', 'yes', 'yes', 'yes', 'yes', 40, '', '', ''),
(547, 7, 'result10', 'result10', 'editor_wysiwyg', '', '', 'yes', 'group-result10', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(548, 7, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', 'yes', 'yes', 'yes', 'yes', 42, '', '', ''),
(810, 5, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(811, 5, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(812, 5, 'meeting_number', 'meeting_number', 'chained', '', '', 'yes', 'group-meeting_number', 'yes', 'yes', 'yes', 'yes', 3, 'tbl_monthly_meet', 'meeting_date', 'meeting_date'),
(813, 5, 'attendees', 'attendees', 'select_multiple', '', '', 'yes', 'group-attendees', 'yes', 'yes', 'yes', 'yes', 4, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(818, 8, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(819, 8, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(820, 8, 'meeting_number', 'meeting_number', 'chained', '', '', 'yes', 'group-meeting_number', 'yes', 'yes', 'yes', 'yes', 3, 'tbl_annual_meet', 'meeting_date', 'meeting_date'),
(821, 8, 'attendees', 'attendees', 'chained', '', '', 'yes', 'group-attendees', 'yes', 'yes', 'yes', 'yes', 4, 'annual_min', 'attendees', 'attendees'),
(906, 9, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(907, 9, 'society_name', 'society_name', 'input', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(908, 9, 'registration_no', 'registration_no', 'input', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(909, 9, 'address', 'address', 'input', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(910, 9, 'notice_issue_date', 'notice_issue_date', 'input', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(911, 9, 'meeting_date', 'meeting_date', 'input', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(912, 9, 'meeting_time', 'meeting_time', 'input', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(913, 9, 'chair_person', 'chair_person', 'input', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(914, 9, 'agenda1', 'agenda1', 'input', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(915, 9, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(916, 9, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(917, 9, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(918, 9, 'agenda2', 'agenda2', 'input', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(919, 9, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(920, 9, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(921, 9, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(922, 9, 'agenda3', 'agenda3', 'input', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(923, 9, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(924, 9, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(925, 9, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(926, 9, 'agenda4', 'agenda4', 'input', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(927, 9, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(928, 9, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(929, 9, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(930, 9, 'agenda5', 'agenda5', 'input', '', '', 'yes', 'group-agenda5', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(931, 9, 'result5', 'result5', 'input', '', '', 'yes', 'group-result5', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(932, 9, 'suchak5', 'suchak5', 'input', '', '', 'yes', 'group-suchak5', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(933, 9, 'anumodak5', 'anumodak5', 'input', '', '', 'yes', 'group-anumodak5', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(934, 9, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(935, 9, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(936, 9, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(937, 9, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', 'yes', 'yes', 'yes', 'yes', 32, '', '', ''),
(938, 9, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(939, 9, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', 'yes', 'yes', 'yes', 'yes', 34, '', '', ''),
(940, 9, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', 'yes', 'yes', 'yes', 'yes', 35, '', '', ''),
(941, 9, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', 'yes', 'yes', 'yes', 'yes', 36, '', '', ''),
(942, 9, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(943, 9, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', 'yes', 'yes', 'yes', 'yes', 38, '', '', ''),
(944, 9, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', 'yes', 'yes', 'yes', 'yes', 39, '', '', ''),
(945, 9, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', 'yes', 'yes', 'yes', 'yes', 40, '', '', ''),
(946, 9, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(947, 9, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', 'yes', 'yes', 'yes', 'yes', 42, '', '', ''),
(1168, 10, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1169, 10, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1170, 10, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(1171, 10, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(1172, 10, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1173, 10, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1174, 10, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1175, 10, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1176, 10, 'agenda1', 'agenda1', 'custom_select', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1177, 10, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(1178, 10, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', '', '', 'yes', 'yes', 11, '', '', ''),
(1179, 10, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', '', '', 'yes', 'yes', 12, '', '', ''),
(1180, 10, 'agenda2', 'agenda2', 'custom_select', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1181, 10, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(1182, 10, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', '', '', 'yes', 'yes', 15, '', '', ''),
(1183, 10, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(1184, 10, 'agenda3', 'agenda3', 'custom_select', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(1185, 10, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(1186, 10, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', '', '', 'yes', 'yes', 19, '', '', ''),
(1187, 10, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', '', '', 'yes', 'yes', 20, '', '', ''),
(1188, 10, 'agenda4', 'agenda4', 'custom_select', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(1189, 10, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(1190, 10, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', '', '', 'yes', 'yes', 23, '', '', ''),
(1191, 10, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', '', '', 'yes', 'yes', 24, '', '', ''),
(1192, 10, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(1193, 10, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', '', '', 'yes', 'yes', 26, '', '', ''),
(1194, 10, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', '', '', 'yes', 'yes', 27, '', '', ''),
(1195, 10, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', '', '', 'yes', 'yes', 28, '', '', ''),
(1196, 10, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(1197, 10, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', '', '', 'yes', 'yes', 30, '', '', ''),
(1198, 10, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', '', '', 'yes', 'yes', 31, '', '', ''),
(1199, 10, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', '', '', 'yes', 'yes', 32, '', '', ''),
(1200, 10, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(1201, 10, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', '', '', 'yes', 'yes', 34, '', '', ''),
(1202, 10, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', '', '', 'yes', 'yes', 35, '', '', ''),
(1203, 10, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', '', '', 'yes', 'yes', 36, '', '', ''),
(1204, 10, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(1205, 10, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', '', '', 'yes', 'yes', 38, '', '', ''),
(1206, 10, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', '', '', 'yes', 'yes', 39, '', '', ''),
(1207, 10, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', '', '', 'yes', 'yes', 40, '', '', ''),
(1208, 10, 'other_agenda5', 'other_agenda5', 'input', '', '', 'yes', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(1209, 10, 'result10', 'result10', 'input', '', '', 'yes', 'group-result10', '', '', 'yes', 'yes', 42, '', '', ''),
(1210, 10, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', '', '', 'yes', 'yes', 43, '', '', ''),
(1211, 10, 'anumodak10', 'anumodak10', 'input', '', '', 'yes', 'group-anumodak10', '', '', 'yes', 'yes', 44, '', '', ''),
(1344, 11, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1345, 11, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1346, 11, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(1347, 11, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(1348, 11, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1349, 11, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1350, 11, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1351, 11, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1352, 11, 'agenda1', 'agenda1', 'custom_select', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1353, 11, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(1354, 11, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', '', '', 'yes', 'yes', 11, '', '', ''),
(1355, 11, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', '', '', 'yes', 'yes', 12, '', '', ''),
(1356, 11, 'agenda2', 'agenda2', 'custom_select', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1357, 11, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(1358, 11, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', '', '', 'yes', 'yes', 15, '', '', ''),
(1359, 11, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(1360, 11, 'agenda3', 'agenda3', 'custom_select', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(1361, 11, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(1362, 11, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', '', '', 'yes', 'yes', 19, '', '', ''),
(1363, 11, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', '', '', 'yes', 'yes', 20, '', '', ''),
(1364, 11, 'agenda4', 'agenda4', 'custom_select', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(1365, 11, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(1366, 11, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', '', '', 'yes', 'yes', 23, '', '', ''),
(1367, 11, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', '', '', 'yes', 'yes', 24, '', '', ''),
(1368, 11, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(1369, 11, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', '', '', 'yes', 'yes', 26, '', '', ''),
(1370, 11, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', '', '', 'yes', 'yes', 27, '', '', ''),
(1371, 11, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', '', '', 'yes', 'yes', 28, '', '', ''),
(1372, 11, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(1373, 11, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', '', '', 'yes', 'yes', 30, '', '', ''),
(1374, 11, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', '', '', 'yes', 'yes', 31, '', '', ''),
(1375, 11, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', '', '', 'yes', 'yes', 32, '', '', ''),
(1376, 11, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(1377, 11, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', '', '', 'yes', 'yes', 34, '', '', ''),
(1378, 11, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', '', '', 'yes', 'yes', 35, '', '', ''),
(1379, 11, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', '', '', 'yes', 'yes', 36, '', '', ''),
(1380, 11, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(1381, 11, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', '', '', 'yes', 'yes', 38, '', '', ''),
(1382, 11, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', '', '', 'yes', 'yes', 39, '', '', ''),
(1383, 11, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', '', '', 'yes', 'yes', 40, '', '', ''),
(1384, 11, 'other_agenda5', 'other_agenda5', 'input', '', '', 'yes', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(1385, 11, 'result10', 'result10', 'input', '', '', 'yes', 'group-result10', '', '', 'yes', 'yes', 42, '', '', ''),
(1386, 11, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', '', '', 'yes', 'yes', 43, '', '', ''),
(1387, 11, 'anumodak10', 'anumodak10', 'input', '', '', 'yes', 'group-anumodak10', '', '', 'yes', 'yes', 44, '', '', ''),
(1520, 12, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1521, 12, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1522, 12, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(1523, 12, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(1524, 12, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1525, 12, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1526, 12, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1527, 12, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1528, 12, 'agenda1', 'agenda1', 'custom_select', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1529, 12, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(1530, 12, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', '', '', 'yes', 'yes', 11, '', '', ''),
(1531, 12, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', '', '', 'yes', 'yes', 12, '', '', ''),
(1532, 12, 'agenda2', 'agenda2', 'custom_select', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1533, 12, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(1534, 12, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', '', '', 'yes', 'yes', 15, '', '', ''),
(1535, 12, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(1536, 12, 'agenda3', 'agenda3', 'custom_select', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(1537, 12, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(1538, 12, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', '', '', 'yes', 'yes', 19, '', '', ''),
(1539, 12, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', '', '', 'yes', 'yes', 20, '', '', ''),
(1540, 12, 'agenda4', 'agenda4', 'custom_select', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(1541, 12, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(1542, 12, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', '', '', 'yes', 'yes', 23, '', '', ''),
(1543, 12, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', '', '', 'yes', 'yes', 24, '', '', ''),
(1544, 12, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(1545, 12, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', '', '', 'yes', 'yes', 26, '', '', ''),
(1546, 12, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', '', '', 'yes', 'yes', 27, '', '', ''),
(1547, 12, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', '', '', 'yes', 'yes', 28, '', '', ''),
(1548, 12, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(1549, 12, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', '', '', 'yes', 'yes', 30, '', '', ''),
(1550, 12, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', '', '', 'yes', 'yes', 31, '', '', ''),
(1551, 12, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', '', '', 'yes', 'yes', 32, '', '', ''),
(1552, 12, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(1553, 12, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', '', '', 'yes', 'yes', 34, '', '', ''),
(1554, 12, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', '', '', 'yes', 'yes', 35, '', '', ''),
(1555, 12, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', '', '', 'yes', 'yes', 36, '', '', ''),
(1556, 12, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(1557, 12, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', '', '', 'yes', 'yes', 38, '', '', ''),
(1558, 12, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', '', '', 'yes', 'yes', 39, '', '', ''),
(1559, 12, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', '', '', 'yes', 'yes', 40, '', '', ''),
(1560, 12, 'other_agenda5', 'other_agenda5', 'input', '', '', 'yes', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(1561, 12, 'result10', 'result10', 'input', '', '', 'yes', 'group-result10', '', '', 'yes', 'yes', 42, '', '', ''),
(1562, 12, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', '', '', 'yes', 'yes', 43, '', '', ''),
(1563, 12, 'anumodak10', 'anumodak10', 'input', '', '', 'yes', 'group-anumodak10', '', '', 'yes', 'yes', 44, '', '', ''),
(1652, 13, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1653, 13, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1654, 13, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(1655, 13, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(1656, 13, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1657, 13, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1658, 13, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1659, 13, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1660, 13, 'agenda1', 'agenda1', 'input', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1661, 13, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(1662, 13, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', '', '', 'yes', 'yes', 11, '', '', ''),
(1663, 13, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', '', '', 'yes', 'yes', 12, '', '', ''),
(1664, 13, 'agenda2', 'agenda2', 'input', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1665, 13, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(1666, 13, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', '', '', 'yes', 'yes', 15, '', '', ''),
(1667, 13, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(1668, 13, 'agenda3', 'agenda3', 'input', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(1669, 13, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(1670, 13, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', '', '', 'yes', 'yes', 19, '', '', ''),
(1671, 13, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', '', '', 'yes', 'yes', 20, '', '', ''),
(1672, 13, 'agenda4', 'agenda4', 'input', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(1673, 13, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(1674, 13, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', '', '', 'yes', 'yes', 23, '', '', ''),
(1675, 13, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', '', '', 'yes', 'yes', 24, '', '', ''),
(1676, 13, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(1677, 13, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', '', '', 'yes', 'yes', 26, '', '', ''),
(1678, 13, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', '', '', 'yes', 'yes', 27, '', '', ''),
(1679, 13, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', '', '', 'yes', 'yes', 28, '', '', ''),
(1680, 13, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(1681, 13, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', '', '', 'yes', 'yes', 30, '', '', ''),
(1682, 13, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', '', '', 'yes', 'yes', 31, '', '', ''),
(1683, 13, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', '', '', 'yes', 'yes', 32, '', '', ''),
(1684, 13, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(1685, 13, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', '', '', 'yes', 'yes', 34, '', '', ''),
(1686, 13, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', '', '', 'yes', 'yes', 35, '', '', ''),
(1687, 13, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', '', '', 'yes', 'yes', 36, '', '', ''),
(1688, 13, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(1689, 13, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', '', '', 'yes', 'yes', 38, '', '', ''),
(1690, 13, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', '', '', 'yes', 'yes', 39, '', '', ''),
(1691, 13, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', '', '', 'yes', 'yes', 40, '', '', ''),
(1692, 13, 'other_agenda5', 'other_agenda5', 'input', '', '', 'yes', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(1693, 13, 'result10', 'result10', 'input', '', '', 'yes', 'group-result10', '', '', 'yes', 'yes', 42, '', '', ''),
(1694, 13, 'suchak10', 'suchak10', 'input', '', '', 'yes', 'group-suchak10', '', '', 'yes', 'yes', 43, '', '', ''),
(1695, 13, 'anumodak10', 'anumodak10', 'input', '', '', 'yes', 'group-anumodak10', '', '', 'yes', 'yes', 44, '', '', ''),
(1741, 14, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1742, 14, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1743, 14, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(1744, 14, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(1745, 14, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1746, 14, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1747, 14, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1748, 14, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1749, 14, 'agenda1', 'agenda1', 'custom_select', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1750, 14, 'result1', 'result1', 'input', '', '', 'yes', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(1751, 14, 'suchak1', 'suchak1', 'input', '', '', 'yes', 'group-suchak1', '', '', 'yes', 'yes', 11, '', '', ''),
(1752, 14, 'anumodak1', 'anumodak1', 'input', '', '', 'yes', 'group-anumodak1', '', '', 'yes', 'yes', 12, '', '', ''),
(1753, 14, 'agenda2', 'agenda2', 'custom_select', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1754, 14, 'result2', 'result2', 'input', '', '', 'yes', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(1755, 14, 'suchak2', 'suchak2', 'input', '', '', 'yes', 'group-suchak2', '', '', 'yes', 'yes', 15, '', '', ''),
(1756, 14, 'anumodak2', 'anumodak2', 'input', '', '', 'yes', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(1757, 14, 'agenda3', 'agenda3', 'custom_select', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(1758, 14, 'result3', 'result3', 'input', '', '', 'yes', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(1759, 14, 'suchak3', 'suchak3', 'input', '', '', 'yes', 'group-suchak3', '', '', 'yes', 'yes', 19, '', '', ''),
(1760, 14, 'anumodak3', 'anumodak3', 'input', '', '', 'yes', 'group-anumodak3', '', '', 'yes', 'yes', 20, '', '', ''),
(1761, 14, 'agenda4', 'agenda4', 'custom_select', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(1762, 14, 'result4', 'result4', 'input', '', '', 'yes', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(1763, 14, 'suchak4', 'suchak4', 'input', '', '', 'yes', 'group-suchak4', '', '', 'yes', 'yes', 23, '', '', ''),
(1764, 14, 'anumodak4', 'anumodak4', 'input', '', '', 'yes', 'group-anumodak4', '', '', 'yes', 'yes', 24, '', '', ''),
(1765, 14, 'agenda5', 'agenda5', 'input', '', '', 'yes', 'group-agenda5', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(1766, 14, 'result5', 'result5', 'input', '', '', 'yes', 'group-result5', '', '', 'yes', 'yes', 26, '', '', ''),
(1767, 14, 'suchak5', 'suchak5', 'input', '', '', 'yes', 'group-suchak5', '', '', 'yes', 'yes', 27, '', '', ''),
(1768, 14, 'anumodak5', 'anumodak5', 'input', '', '', 'yes', 'group-anumodak5', '', '', 'yes', 'yes', 28, '', '', ''),
(1769, 14, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(1770, 14, 'result6', 'result6', 'input', '', '', 'yes', 'group-result6', '', '', 'yes', 'yes', 30, '', '', ''),
(1771, 14, 'suchak6', 'suchak6', 'input', '', '', 'yes', 'group-suchak6', '', '', 'yes', 'yes', 31, '', '', ''),
(1772, 14, 'anumodak6', 'anumodak6', 'input', '', '', 'yes', 'group-anumodak6', '', '', 'yes', 'yes', 32, '', '', ''),
(1773, 14, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(1774, 14, 'result7', 'result7', 'input', '', '', 'yes', 'group-result7', '', '', 'yes', 'yes', 34, '', '', ''),
(1775, 14, 'suchak7', 'suchak7', 'input', '', '', 'yes', 'group-suchak7', '', '', 'yes', 'yes', 35, '', '', ''),
(1776, 14, 'anumodak7', 'anumodak7', 'input', '', '', 'yes', 'group-anumodak7', '', '', 'yes', 'yes', 36, '', '', ''),
(1777, 14, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(1778, 14, 'result8', 'result8', 'input', '', '', 'yes', 'group-result8', '', '', 'yes', 'yes', 38, '', '', ''),
(1779, 14, 'suchak8', 'suchak8', 'input', '', '', 'yes', 'group-suchak8', '', '', 'yes', 'yes', 39, '', '', ''),
(1780, 14, 'anumodak8', 'anumodak8', 'input', '', '', 'yes', 'group-anumodak8', '', '', 'yes', 'yes', 40, '', '', ''),
(1781, 14, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(1782, 14, 'result9', 'result9', 'input', '', '', 'yes', 'group-result9', '', '', 'yes', 'yes', 42, '', '', ''),
(1783, 14, 'suchak9', 'suchak9', 'input', '', '', 'yes', 'group-suchak9', '', '', 'yes', 'yes', 43, '', '', ''),
(1784, 14, 'anumodak9', 'anumodak9', 'input', '', '', 'yes', 'group-anumodak9', '', '', 'yes', 'yes', 44, '', '', ''),
(1785, 14, 'other_agenda5', 'other_agenda5', 'input', '', '', 'yes', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 45, '', '', ''),
(1790, 15, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1791, 15, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1792, 15, 'meeting_number', 'meeting_number', 'chained', '', '', 'yes', 'group-meeting_number', 'yes', 'yes', 'yes', 'yes', 3, 'annual_min', 'meeting_number', 'society_name'),
(1793, 15, 'attendees', 'attendees', 'chained', '', '', 'yes', 'group-attendees', 'yes', 'yes', 'yes', 'yes', 4, 'annual_min', 'attendees', 'attendees'),
(1798, 16, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1799, 16, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1800, 16, 'meeting_number', 'meeting_number', 'chained', '', '', 'yes', 'group-meeting_number', 'yes', 'yes', 'yes', 'yes', 3, 'annual_meet', 'meeting_date', 'meeting_date'),
(1801, 16, 'attendees', 'attendees', 'select_multiple', '', '', 'yes', 'group-attendees', 'yes', 'yes', 'yes', 'yes', 4, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(1818, 17, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1819, 17, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(1820, 17, 'serial_number', 'serial_number', 'input', '', '', 'yes', 'group-serial_number', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(1821, 17, 'doa', 'doa', 'date', '', '', 'yes', 'group-doa', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(1822, 17, 'do_enterance_of_payments_fee', 'do_enterance_of_payments_fee', 'date', '', '', 'yes', 'group-do_enterance_of_payments_fee', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1823, 17, 'full_name', 'full_name', 'input', '', '', 'yes', 'group-full_name', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1824, 17, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1825, 17, 'occupation', 'occupation', 'input', '', '', 'yes', 'group-occupation', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(1826, 17, 'ageontheDateofAdmission', 'ageontheDateofAdmission', 'input', '', '', '', 'group-ageontheDateofAdmission', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1827, 17, 'personNominatedByTheMemberUnderSection', 'personNominatedByTheMemberUnderSection', 'input', '', '', '', 'group-personNominatedByTheMemberUnderSection', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(1828, 17, 'dateOfNomination', 'dateOfNomination', 'input', '', '', '', 'group-dateOfNomination', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(1829, 17, 'dateofCessationofMembership', 'dateofCessationofMembership', 'date', '', '', '', 'group-dateofCessationofMembership', 'yes', 'yes', 'yes', 'yes', 12, '', '', '');
INSERT INTO `crud_field` (`id`, `crud_id`, `field_name`, `field_label`, `input_type`, `help_block`, `placeholder`, `auto_generate_help_block`, `wrapper_class`, `show_column`, `show_add_form`, `show_update_form`, `show_detail_page`, `sort`, `relation_table`, `relation_value`, `relation_label`) VALUES
(1830, 17, 'reasonsforCessation', 'reasonsforCessation', 'textarea', '', '', '', 'group-reasonsforCessation', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1831, 17, 'remarks', 'remarks', 'textarea', '', '', '', 'group-remarks', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(1857, 18, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1858, 18, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'form_i', 'id', 'society_id'),
(1859, 18, 'date', 'date', 'date', '', '', 'yes', 'group-date', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(1860, 18, 'cash_book_folio', 'cash_book_folio', 'input', '', '', 'yes', 'group-cash_book_folio', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(1861, 18, 'date2', 'date2', 'date', '', '', 'yes', 'group-date2', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1862, 18, 'cash_book_folio_or_shares_transfer_register', 'cash_book_folio_or_shares_transfer_register', 'input', '', '', 'yes', 'group-cash_book_folio_or_shares_transfer_register', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1863, 18, 'No_of_Shares_transferred_serial_no_of_share_certificates', 'No_of_Shares_transferred_serial_no_of_share_certificates', 'number', '', '', 'yes', 'group-No_of_Shares_transferred_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1864, 18, 'no_of_shares_transferred_or_refunded', 'no_of_shares_transferred_or_refunded', 'number', '', '', 'yes', 'group-no_of_shares_transferred_or_refunded', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(1865, 18, 'no_of_shares_held', 'no_of_shares_held', 'number', '', '', 'yes', 'group-no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1866, 18, 'serial_no_of_share_certificates', 'serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(1867, 18, 'amount', 'amount', 'number', '', '', 'yes', 'group-amount', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(1868, 18, 'created_at', 'created_at', 'timestamp', '', '', 'yes', 'group-created_at', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(1869, 18, 'updated_at', 'updated_at', 'timestamp', '', '', 'yes', 'group-updated_at', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1897, 19, 'particulars_shares_held', 'particulars_shares_held', 'number', '', '', 'yes', 'group-particulars_shares_held', '', '', '', 'yes', 1, '', '', ''),
(1898, 19, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'form_i', 'id', 'society_id'),
(1899, 19, 'date', 'date', 'date', '', '', 'yes', 'group-date', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(1900, 19, 'cash_book_folio', 'cash_book_folio', 'input', '', '', 'yes', 'group-cash_book_folio', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(1901, 19, 'application', 'application', 'input', '', '', 'yes', 'group-application', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1902, 19, 'allotment', 'allotment', 'input', '', '', 'yes', 'group-allotment', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1903, 19, 'amount_received_on', 'amount_received_on', 'input', '', '', 'yes', 'group-amount_received_on', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1904, 19, 'total_amount_received', 'total_amount_received', 'input', '', '', 'yes', 'group-total_amount_received', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(1905, 19, '0', 'no_of share_ held', 'number', '', '', 'yes', 'group-no_of-share_-held', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1906, 19, 'serial_no_of_share_certificates', 'serial_no_of_share_certificates', 'number', '', '', 'yes', 'group-serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(1907, 19, 'created_at', 'created_at', 'timestamp', '', '', 'yes', 'group-created_at', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(1908, 19, 'updated_at', 'updated_at', 'timestamp', '', '', 'yes', 'group-updated_at', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(1909, 19, '0', 'no_of share_ held', 'number', '', '', '', 'group-no_of-share_-held', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(1910, 19, '0', 'no_of share_ held', 'number', '', '', '', 'group-no_of-share_-held', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(1911, 20, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1912, 20, 'full_name', 'full_name', 'input', '', '', 'yes', 'group-full_name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(1913, 20, 'society_id', 'society_id', 'number', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(1914, 20, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(1915, 20, 'class_of_member', 'class_of_member', 'input', '', '', 'yes', 'group-class_of_member', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1916, 20, 'created_at', 'created_at', 'timestamp', '', '', 'yes', 'group-created_at', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1917, 20, 'updated_at', 'updated_at', 'timestamp', '', '', 'yes', 'group-updated_at', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1918, 21, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1919, 21, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'form_i', 'id', 'id'),
(1920, 21, 'date', 'date', 'input', '', '', 'yes', 'group-date', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(1921, 21, 'cash_book_folio', 'cash_book_folio', 'input', '', '', 'yes', 'group-cash_book_folio', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(1922, 21, 'application', 'application', 'input', '', '', 'yes', 'group-application', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(1923, 21, 'allotment', 'allotment', 'input', '', '', 'yes', 'group-allotment', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(1924, 21, 'amount_received_on', 'amount_received_on', 'input', '', '', 'yes', 'group-amount_received_on', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(1925, 21, 'total_amount_received', 'total_amount_received', 'number', '', '', 'yes', 'group-total_amount_received', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(1926, 21, 'no_ofshare_held', 'no_ofshare_held', 'number', '', '', 'yes', 'group-no_ofshare_held', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(1927, 21, 'serial_no_of_share_certificates', 'serial_no_of_share_certificates', 'number', '', '', 'yes', 'group-serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(1928, 21, 'created_at', 'created_at', 'timestamp', '', '', 'yes', 'group-created_at', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(1929, 21, 'updated_at', 'updated_at', 'timestamp', '', '', 'yes', 'group-updated_at', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(1932, 22, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(1933, 22, 'photo', 'photo', 'file_multiple', '', '', 'yes', 'group-photo', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2113, 23, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2114, 23, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(2115, 23, 'serial_number', 'serial_number', 'chained', '', '', '', 'group-serial_number', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'id', 'id'),
(2116, 23, 'date_of_admission', 'date_of_admission', 'date', '', '', 'yes', 'group-date_of_admission', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2117, 23, 'date_of_payment_of_entrance_fee', 'date_of_payment_of_entrance_fee', 'date', '', '', 'yes', 'group-date_of_payment_of_entrance_fee', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2118, 23, 'full_name', 'full_name', 'input', '', '', 'yes', 'group-full_name', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2119, 23, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2120, 23, 'occupation', 'occupation', 'input', '', '', 'yes', 'group-occupation', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2121, 23, 'age_on_the_date_of_admission', 'age_on_the_date_of_admission', 'input', '', '', 'yes', 'group-age_on_the_date_of_admission', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2122, 23, 'person_nominated_by_the_member_under_section_thirty', 'person_nominated_by_the_member_under_section_thirty', 'input', '', '', 'yes', 'group-person_nominated_by_the_member_under_section_thirty', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2123, 23, 'date_of_nomination', 'date_of_nomination', 'date', '', '', 'yes', 'group-date_of_nomination', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2124, 23, 'date_of_cessation_of_membership', 'date_of_cessation_of_membership', 'date', '', '', 'yes', 'group-date_of_cessation_of_membership', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2125, 23, 'reasons_for_cessation', 'reasons_for_cessation', 'textarea', '', '', 'yes', 'group-reasons_for_cessation', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2126, 23, 'remarks', 'remarks', 'textarea', '', '', 'yes', 'group-remarks', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2127, 23, 'psh_date', 'psh_date', 'date', '', '', 'yes', 'group-psh_date', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2128, 23, 'psh_cash_book_folio', 'psh_cash_book_folio', 'input', '', '', 'yes', 'group-psh_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(2129, 23, 'psh_application', 'psh_application', 'input', '', '', 'yes', 'group-psh_application', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(2130, 23, 'psh_allotment', 'psh_allotment', 'input', '', '', 'yes', 'group-psh_allotment', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(2131, 23, 'psh_amount_received_on', 'psh_amount_received_on', 'input', '', '', 'yes', 'group-psh_amount_received_on', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(2132, 23, 'psh_total_amount_received', 'psh_total_amount_received', 'input', '', '', 'yes', 'group-psh_total_amount_received', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(2133, 23, 'psh_no_of_shares_held', 'psh_no_of_shares_held', 'input', '', '', 'yes', 'group-psh_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(2134, 23, 'psh_serial_no_of_share_certificates', 'psh_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-psh_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(2135, 23, 'pst_date', 'pst_date', 'date', '', '', 'yes', 'group-pst_date', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(2136, 23, 'pst_cash_book_folio', 'pst_cash_book_folio', 'input', '', '', 'yes', 'group-pst_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(2137, 23, 'pst_date_1', 'pst_date_1', 'input', '', '', 'yes', 'group-pst_date_1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(2138, 23, 'pst_cash_book_folio_or_shares_transfer_register_no', 'pst_cash_book_folio_or_shares_transfer_register_no', 'editor_wysiwyg', '', '', 'yes', 'group-pst_cash_book_folio_or_shares_transfer_register_no', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(2139, 23, 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-pst_no_of_shares_transferred_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(2140, 23, 'pst_no_of_shares_transferred_or_refunded', 'pst_no_of_shares_transferred_or_refunded', 'input', '', '', 'yes', 'group-pst_no_of_shares_transferred_or_refunded', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(2141, 23, 'pst_no_of_shares_held', 'pst_no_of_shares_held', 'input', '', '', 'yes', 'group-pst_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(2142, 23, 'pst_serial_no_of_share_certificates', 'pst_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-pst_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(2143, 23, 'pst_amount', 'pst_amount', 'input', '', '', 'yes', 'group-pst_amount', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(2175, 24, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2176, 24, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(2177, 24, 'serial_number', 'serial_number', 'chained', '', '', 'yes', 'group-serial_number', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'id', 'id'),
(2178, 24, 'date_of_admission', 'date_of_admission', 'date', '', '', 'yes', 'group-date_of_admission', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2179, 24, 'date_of_payment_of_entrance_fee', 'date_of_payment_of_entrance_fee', 'date', '', '', 'yes', 'group-date_of_payment_of_entrance_fee', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2180, 24, 'full_name', 'full_name', 'input', '', '', 'yes', 'group-full_name', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2181, 24, 'address', 'address', 'textarea', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2182, 24, 'occupation', 'occupation', 'input', '', '', 'yes', 'group-occupation', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2183, 24, 'age_on_the_date_of_admission', 'age_on_the_date_of_admission', 'input', '', '', 'yes', 'group-age_on_the_date_of_admission', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2184, 24, 'person_nominated_by_the_member_under_section_thirty', 'person_nominated_by_the_member_under_section_thirty', 'textarea', '', '', 'yes', 'group-person_nominated_by_the_member_under_section_thirty', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2185, 24, 'date_of_nomination', 'date_of_nomination', 'date', '', '', 'yes', 'group-date_of_nomination', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2186, 24, 'date_of_cessation_of_membership', 'date_of_cessation_of_membership', 'date', '', '', 'yes', 'group-date_of_cessation_of_membership', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2187, 24, 'reasons_for_cessation', 'reasons_for_cessation', 'textarea', '', '', 'yes', 'group-reasons_for_cessation', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2188, 24, 'remarks', 'remarks', 'textarea', '', '', 'yes', 'group-remarks', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2189, 24, 'psh_date', 'psh_date', 'date', '', '', 'yes', 'group-psh_date', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2190, 24, 'psh_cash_book_folio', 'psh_cash_book_folio', 'input', '', '', 'yes', 'group-psh_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(2191, 24, 'psh_application', 'psh_application', 'input', '', '', 'yes', 'group-psh_application', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(2192, 24, 'psh_allotment', 'psh_allotment', 'input', '', '', 'yes', 'group-psh_allotment', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(2193, 24, 'psh_amount_received_on', 'psh_amount_received_on', 'input', '', '', 'yes', 'group-psh_amount_received_on', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(2194, 24, 'psh_total_amount_received', 'psh_total_amount_received', 'input', '', '', 'yes', 'group-psh_total_amount_received', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(2195, 24, 'psh_no_of_shares_held', 'psh_no_of_shares_held', 'input', '', '', 'yes', 'group-psh_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(2196, 24, 'psh_serial_no_of_share_certificates', 'psh_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-psh_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(2197, 24, 'pst_date', 'pst_date', 'date', '', '', 'yes', 'group-pst_date', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(2198, 24, 'pst_cash_book_folio', 'pst_cash_book_folio', 'input', '', '', 'yes', 'group-pst_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(2199, 24, 'pst_date_1', 'pst_date_1', 'date', '', '', 'yes', 'group-pst_date_1', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(2200, 24, 'pst_cash_book_folio_or_shares_transfer_register_no', 'pst_cash_book_folio_or_shares_transfer_register_no', 'input', '', '', 'yes', 'group-pst_cash_book_folio_or_shares_transfer_register_no', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(2201, 24, 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-pst_no_of_shares_transferred_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(2202, 24, 'pst_no_of_shares_transferred_or_refunded', 'pst_no_of_shares_transferred_or_refunded', 'input', '', '', 'yes', 'group-pst_no_of_shares_transferred_or_refunded', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(2203, 24, 'pst_no_of_shares_held', 'pst_no_of_shares_held', 'input', '', '', 'yes', 'group-pst_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(2204, 24, 'pst_serial_no_of_share_certificates', 'pst_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-pst_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(2205, 24, 'pst_amount', 'pst_amount', 'input', '', '', 'yes', 'group-pst_amount', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(2298, 1, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2299, 1, 'society_name', 'society_name', 'input', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2300, 1, 'category', 'category', 'custom_select', '', '', 'yes', 'group-category', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2301, 1, 'registration_no', 'registration_no', 'input', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2302, 1, 'registration_cer', 'registration_cer', 'file', '', '', 'yes', 'group-registration_cer', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2303, 1, 'registration_date', 'registration_date', 'date', '', '', 'yes', 'group-registration_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2304, 1, 'address', 'address', 'input', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2305, 1, 'pincode', 'pincode', 'input', '', '', 'yes', 'group-pincode', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2306, 1, 'ward', 'ward', 'input', '', '', 'yes', 'group-ward', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2307, 1, 'total_members', 'total_members', 'input', '', '', 'yes', 'group-total_members', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2308, 1, 'director_tenure', 'director_tenure', 'input', '', '', 'yes', 'group-director_tenure', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2309, 1, 'mumbai_bank_membership_no', 'mumbai_bank_membership_no', 'input', '', '', 'yes', 'group-mumbai_bank_membership_no', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2310, 1, 'mumbai_sahakari_board_membership_no', 'mumbai_sahakari_board_membership_no', 'input', '', '', '', 'group-mumbai_sahakari_board_membership_no', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2311, 1, 'name_of_the_bank', 'name_of_the_bank', 'input', '', '', 'yes', 'group-name_of_the_bank', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2312, 1, 'account_no', 'account_no', 'input', '', '', 'yes', 'group-account_no', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2313, 1, 'branch', 'branch', 'input', '', '', 'yes', 'group-branch', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(2314, 1, 'ifsc_code', 'ifsc_code', 'input', '', '', 'yes', 'group-ifsc_code', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(2315, 1, 'bank_cheque_details', 'bank_cheque_details', 'file', '', '', 'yes', 'group-bank_cheque_details', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(2316, 1, 'bank_share_certificate', 'bank_share_certificate', 'file', '', '', 'yes', 'group-bank_share_certificate', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(2317, 1, 'society_reference_name', 'society_reference_name', 'input', '', '', 'yes', 'group-society_reference_name', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(2318, 1, 'society_bylaws', 'society_bylaws', 'file_multiple', '', '', 'yes', 'group-society_bylaws', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(2319, 1, 'society_pan_no', 'society_pan_no', 'input', '', '', 'yes', 'group-society_pan_no', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(2320, 1, 'society_pancard', 'society_pancard', 'file', '', '', 'yes', 'group-society_pancard', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(2321, 1, 'reference_phone', 'reference_phone', 'input', '', '', 'yes', 'group-reference_phone', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(2322, 1, 'reference_address', 'reference_address', 'input', '', '', 'yes', 'group-reference_address', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(2323, 1, 'status', 'status', 'custom_select', '', '', 'yes', 'group-status', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(2324, 4, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2325, 4, 'society_name', 'society_name', 'select', '', '', 'yes', 'group-society_name', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(2326, 4, 'registration_no', 'registration_no', 'chained', '', '', 'yes', 'group-registration_no', 'yes', 'yes', 'yes', 'yes', 3, 'societies', 'registration_no', 'registration_no'),
(2327, 4, 'address', 'address', 'chained', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 4, 'societies', 'address', 'address'),
(2328, 4, 'notice_issue_date', 'notice_issue_date', 'date', '', '', 'yes', 'group-notice_issue_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2329, 4, 'meeting_date', 'meeting_date', 'date', '', '', 'yes', 'group-meeting_date', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2330, 4, 'meeting_time', 'meeting_time', 'time', '', '', 'yes', 'group-meeting_time', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2331, 4, 'chair_person', 'chair_person', 'chained', '', '', 'yes', 'group-chair_person', 'yes', 'yes', 'yes', 'yes', 8, 'tbl_member', 'name_of_the_member', 'name_of_the_member'),
(2332, 4, 'agenda1', 'agenda1', 'custom_select', '', '', 'yes', 'group-agenda1', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2333, 4, 'result1', 'result1', 'input', '', '', '', 'group-result1', '', '', 'yes', 'yes', 10, '', '', ''),
(2334, 4, 'suchak1', 'suchak1', 'chained', '', '', '', 'group-suchak1', '', '', 'yes', 'yes', 11, 'monthly_min', 'attendees', 'attendees'),
(2335, 4, 'anumodak1', 'anumodak1', 'chained', '', '', '', 'group-anumodak1', '', '', 'yes', 'yes', 12, 'monthly_min', 'attendees', 'attendees'),
(2336, 4, 'agenda2', 'agenda2', 'custom_select', '', '', 'yes', 'group-agenda2', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2337, 4, 'result2', 'result2', 'input', '', '', '', 'group-result2', '', '', 'yes', 'yes', 14, '', '', ''),
(2338, 4, 'suchak2', 'suchak2', 'chained', '', '', '', 'group-suchak2', '', '', 'yes', 'yes', 15, 'monthly_min', 'attendees', 'attendees'),
(2339, 4, 'anumodak2', 'anumodak2', 'input', '', '', '', 'group-anumodak2', '', '', 'yes', 'yes', 16, '', '', ''),
(2340, 4, 'agenda3', 'agenda3', 'custom_select', '', '', 'yes', 'group-agenda3', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(2341, 4, 'result3', 'result3', 'input', '', '', '', 'group-result3', '', '', 'yes', 'yes', 18, '', '', ''),
(2342, 4, 'suchak3', 'suchak3', 'chained', '', '', '', 'group-suchak3', '', '', 'yes', 'yes', 19, 'monthly_min', 'attendees', 'attendees'),
(2343, 4, 'anumodak3', 'anumodak3', 'chained', '', '', '', 'group-anumodak3', '', '', 'yes', 'yes', 20, 'monthly_min', 'attendees', 'attendees'),
(2344, 4, 'agenda4', 'agenda4', 'custom_select', '', '', 'yes', 'group-agenda4', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(2345, 4, 'result4', 'result4', 'input', '', '', '', 'group-result4', '', '', 'yes', 'yes', 22, '', '', ''),
(2346, 4, 'suchak4', 'suchak4', 'chained', '', '', '', 'group-suchak4', '', '', 'yes', 'yes', 23, 'monthly_min', 'attendees', 'attendees'),
(2347, 4, 'anumodak4', 'anumodak4', 'chained', '', '', '', 'group-anumodak4', '', '', 'yes', 'yes', 24, 'monthly_min', 'attendees', 'attendees'),
(2348, 4, 'agenda5', 'agenda5', 'custom_select', '', '', 'yes', 'group-agenda5', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(2349, 4, 'result5', 'result5', 'input', '', '', '', 'group-result5', '', '', 'yes', 'yes', 26, '', '', ''),
(2350, 4, 'suchak5', 'suchak5', 'chained', '', '', '', 'group-suchak5', '', '', 'yes', 'yes', 27, 'monthly_min', 'attendees', 'attendees'),
(2351, 4, 'anumodak5', 'anumodak5', 'chained', '', '', '', 'group-anumodak5', '', '', 'yes', 'yes', 28, 'monthly_min', 'attendees', 'attendees'),
(2352, 4, 'other_agenda1', 'other_agenda1', 'input', '', '', 'yes', 'group-other_agenda1', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(2353, 4, 'result6', 'result6', 'input', '', '', '', 'group-result6', '', '', 'yes', 'yes', 30, '', '', ''),
(2354, 4, 'suchak6', 'suchak6', 'chained', '', '', '', 'group-suchak6', '', '', 'yes', 'yes', 31, 'monthly_min', 'attendees', 'attendees'),
(2355, 4, 'anumodak6', 'anumodak6', 'chained', '', '', '', 'group-anumodak6', '', '', 'yes', 'yes', 32, 'monthly_min', 'attendees', 'attendees'),
(2356, 4, 'other_agenda2', 'other_agenda2', 'input', '', '', 'yes', 'group-other_agenda2', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(2357, 4, 'result7', 'result7', 'input', '', '', '', 'group-result7', '', '', 'yes', 'yes', 34, '', '', ''),
(2358, 4, 'suchak7', 'suchak7', 'chained', '', '', '', 'group-suchak7', '', '', 'yes', 'yes', 35, 'monthly_min', 'attendees', 'attendees'),
(2359, 4, 'anumodak7', 'anumodak7', 'chained', '', '', '', 'group-anumodak7', '', '', 'yes', 'yes', 36, 'monthly_min', 'attendees', 'attendees'),
(2360, 4, 'other_agenda3', 'other_agenda3', 'input', '', '', 'yes', 'group-other_agenda3', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(2361, 4, 'result8', 'result8', 'input', '', '', '', 'group-result8', '', '', 'yes', 'yes', 38, '', '', ''),
(2362, 4, 'suchak8', 'suchak8', 'chained', '', '', '', 'group-suchak8', '', '', 'yes', 'yes', 39, 'monthly_min', 'attendees', 'attendees'),
(2363, 4, 'anumodak8', 'anumodak8', 'chained', '', '', '', 'group-anumodak8', '', '', 'yes', 'yes', 40, 'monthly_min', 'attendees', 'attendees'),
(2364, 4, 'other_agenda4', 'other_agenda4', 'input', '', '', 'yes', 'group-other_agenda4', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(2365, 4, 'result9', 'result9', 'input', '', '', '', 'group-result9', '', '', 'yes', 'yes', 42, '', '', ''),
(2366, 4, 'suchak9', 'suchak9', 'chained', '', '', '', 'group-suchak9', '', '', 'yes', 'yes', 43, 'monthly_min', 'attendees', 'attendees'),
(2367, 4, 'anumodak9', 'anumodak9', 'chained', '', '', '', 'group-anumodak9', '', '', 'yes', 'yes', 44, 'monthly_min', 'attendees', 'attendees'),
(2368, 4, 'other_agenda5', 'other_agenda5', 'input', '', '', '', 'group-other_agenda5', 'yes', 'yes', 'yes', 'yes', 45, '', '', ''),
(2369, 4, 'result10', 'result10', 'input', '', '', '', 'group-result10', 'yes', 'yes', 'yes', 'yes', 46, '', '', ''),
(2370, 4, 'suchak10', 'suchak10', 'input', '', '', '', 'group-suchak10', 'yes', 'yes', 'yes', 'yes', 47, '', '', ''),
(2416, 25, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2417, 25, 'society_id', 'society_id', 'select', '', '', 'yes', 'group-society_id', 'yes', 'yes', 'yes', 'yes', 2, 'societies', 'id', 'society_name'),
(2418, 25, 'serial_number', 'serial_number', 'input', '', '', 'yes', 'group-serial_number', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2419, 25, 'date_of_admission', 'date_of_admission', 'date', '', '', 'yes', 'group-date_of_admission', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2420, 25, 'date_of_payment_of_entrance_fee', 'date_of_payment_of_entrance_fee', 'date', '', '', 'yes', 'group-date_of_payment_of_entrance_fee', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2421, 25, 'full_name', 'full_name', 'input', '', '', 'yes', 'group-full_name', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2422, 25, 'address', 'address', 'input', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2423, 25, 'occupation', 'occupation', 'input', '', '', 'yes', 'group-occupation', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2424, 25, 'age_on_the_date_of_admission', 'age_on_the_date_of_admission', 'input', '', '', 'yes', 'group-age_on_the_date_of_admission', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2425, 25, 'person_nominated_by_the_member_under_section_thirty', 'person_nominated_by_the_member_under_section_thirty', 'input', '', '', 'yes', 'group-person_nominated_by_the_member_under_section_thirty', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2426, 25, 'date_of_nomination', 'date_of_nomination', 'date', '', '', 'yes', 'group-date_of_nomination', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2427, 25, 'date_of_cessation_of_membership', 'date_of_cessation_of_membership', 'date', '', '', 'yes', 'group-date_of_cessation_of_membership', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2428, 25, 'reasons_for_cessation', 'reasons_for_cessation', 'input', '', '', 'yes', 'group-reasons_for_cessation', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2429, 25, 'remarks', 'remarks', 'input', '', '', 'yes', 'group-remarks', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2430, 25, 'psh_date', 'psh_date', 'date', '', '', 'yes', 'group-psh_date', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2431, 25, 'psh_date1', 'psh_date1', 'date', '', '', '', 'group-psh_date1', 'yes', 'yes', 'yes', 'yes', 16, '', '', ''),
(2432, 25, 'psh_cash_book_folio', 'psh_cash_book_folio', 'input', '', '', 'yes', 'group-psh_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 17, '', '', ''),
(2433, 25, 'psh_cash_book_folio1', 'psh_cash_book_folio1', 'input', '', '', '', 'group-psh_cash_book_folio1', 'yes', 'yes', 'yes', 'yes', 18, '', '', ''),
(2434, 25, 'psh_application', 'psh_application', 'input', '', '', 'yes', 'group-psh_application', 'yes', 'yes', 'yes', 'yes', 19, '', '', ''),
(2435, 25, 'psh_application1', 'psh_application1', 'input', '', '', '', 'group-psh_application1', 'yes', 'yes', 'yes', 'yes', 20, '', '', ''),
(2436, 25, 'psh_allotment', 'psh_allotment', 'input', '', '', 'yes', 'group-psh_allotment', 'yes', 'yes', 'yes', 'yes', 21, '', '', ''),
(2437, 25, 'psh_allotment1', 'psh_allotment1', 'input', '', '', '', 'group-psh_allotment1', 'yes', 'yes', 'yes', 'yes', 22, '', '', ''),
(2438, 25, 'psh_amount_received_on', 'psh_amount_received_on', 'number', '', '', 'yes', 'group-psh_amount_received_on', 'yes', 'yes', 'yes', 'yes', 23, '', '', ''),
(2439, 25, 'psh_amount_received_on1', 'psh_amount_received_on1', 'input', '', '', '', 'group-psh_amount_received_on1', 'yes', 'yes', 'yes', 'yes', 24, '', '', ''),
(2440, 25, 'psh_total_amount_received', 'psh_total_amount_received', 'input', '', '', 'yes', 'group-psh_total_amount_received', 'yes', 'yes', 'yes', 'yes', 25, '', '', ''),
(2441, 25, 'psh_total_amount_received1', 'psh_total_amount_received1', 'input', '', '', '', 'group-psh_total_amount_received1', 'yes', 'yes', 'yes', 'yes', 26, '', '', ''),
(2442, 25, 'psh_no_of_shares_held', 'psh_no_of_shares_held', 'input', '', '', 'yes', 'group-psh_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 27, '', '', ''),
(2443, 25, 'psh_serial_no_of_share_certificates', 'psh_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-psh_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 28, '', '', ''),
(2444, 25, 'pst_date', 'pst_date', 'date', '', '', 'yes', 'group-pst_date', 'yes', 'yes', 'yes', 'yes', 29, '', '', ''),
(2445, 25, 'pst_date_1', 'pst_date_1', 'date', '', '', 'yes', 'group-pst_date_1', 'yes', 'yes', 'yes', 'yes', 30, '', '', ''),
(2446, 25, 'pst_cash_book_folio', 'pst_cash_book_folio', 'input', '', '', 'yes', 'group-pst_cash_book_folio', 'yes', 'yes', 'yes', 'yes', 31, '', '', ''),
(2447, 25, 'pst_cash_book_folio1', 'pst_cash_book_folio1', 'input', '', '', '', 'group-pst_cash_book_folio1', 'yes', 'yes', 'yes', 'yes', 32, '', '', ''),
(2448, 25, 'pst_cash_book_folio_or_shares_transfer_register_no', 'pst_cash_book_folio_or_shares_transfer_register_no', 'input', '', '', 'yes', 'group-pst_cash_book_folio_or_shares_transfer_register_no', 'yes', 'yes', 'yes', 'yes', 33, '', '', ''),
(2449, 25, 'pst_cash_book_folio_or_shares_transfer_register_no1', 'pst_cash_book_folio_or_shares_transfer_register_no1', 'input', '', '', '', 'group-pst_cash_book_folio_or_shares_transfer_register_no1', 'yes', 'yes', 'yes', 'yes', 34, '', '', ''),
(2450, 25, 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'pst_no_of_shares_transferred_serial_no_of_share_certificates', 'number', '', '', 'yes', 'group-pst_no_of_shares_transferred_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 35, '', '', ''),
(2451, 25, 'pst_no_of_shares_transferred_or_refunded', 'pst_no_of_shares_transferred_or_refunded', 'input', '', '', 'yes', 'group-pst_no_of_shares_transferred_or_refunded', 'yes', 'yes', 'yes', 'yes', 36, '', '', ''),
(2452, 25, 'pst_no_of_shares_held', 'pst_no_of_shares_held', 'input', '', '', 'yes', 'group-pst_no_of_shares_held', 'yes', 'yes', 'yes', 'yes', 37, '', '', ''),
(2453, 25, 'pst_no_of_shares_held1', 'pst_no_of_shares_held1', 'input', '', '', '', 'group-pst_no_of_shares_held1', 'yes', 'yes', 'yes', 'yes', 38, '', '', ''),
(2454, 25, 'pst_serial_no_of_share_certificates', 'pst_serial_no_of_share_certificates', 'input', '', '', 'yes', 'group-pst_serial_no_of_share_certificates', 'yes', 'yes', 'yes', 'yes', 39, '', '', ''),
(2455, 25, 'pst_amount', 'pst_amount', 'input', '', '', 'yes', 'group-pst_amount', 'yes', 'yes', 'yes', 'yes', 40, '', '', ''),
(2456, 25, 'pst_amount1', 'pst_amount1', 'number', '', '', '', 'group-pst_amount1', 'yes', 'yes', 'yes', 'yes', 41, '', '', ''),
(2457, 25, 'psh_no_of_shares_held1', 'psh_no_of_shares_held1', 'input', '', '', '', 'group-psh_no_of_shares_held1', 'yes', 'yes', 'yes', 'yes', 42, '', '', ''),
(2458, 25, 'psh_serial_no_of_share_certificates1', 'psh_serial_no_of_share_certificates1', 'input', '', '', '', 'group-psh_serial_no_of_share_certificates1', 'yes', 'yes', 'yes', 'yes', 43, '', '', ''),
(2459, 25, 'pst_serial_no_of_share_certificates1', 'pst_serial_no_of_share_certificates1', 'input', '', '', '', 'group-pst_serial_no_of_share_certificates1', 'yes', 'yes', 'yes', 'yes', 44, '', '', ''),
(2460, 25, 'pst_date1', 'pst_date1', 'date', '', '', '', 'group-pst_date1', 'yes', 'yes', 'yes', 'yes', 45, '', '', ''),
(2461, 26, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2462, 26, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2463, 26, 'subheading', 'subheading', 'input', '', '', 'yes', 'group-subheading', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2464, 26, 'description', 'description', 'input', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2465, 26, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2479, 27, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2480, 27, 'name', 'name', 'input', '', '', 'yes', 'group-name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2481, 27, 'description', 'description', 'textarea', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2482, 27, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2483, 27, '0', 'home active', 'yes_no', '', '', 'yes', 'group-home-active', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2489, 30, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2490, 30, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2491, 30, '0', 'address 1', 'input', '', '', 'yes', 'group-address-1', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2492, 30, '0', 'address 2', 'input', '', '', 'yes', 'group-address-2', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2493, 30, '0', 'email 1', 'input', '', '', 'yes', 'group-email-1', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2494, 30, '0', 'email 2', 'input', '', '', 'yes', 'group-email-2', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2495, 30, 'phone', 'phone', 'input', '', '', 'yes', 'group-phone', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2496, 30, 'map', 'map', 'input', '', '', 'yes', 'group-map', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2497, 31, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2498, 31, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2499, 31, '0', 'address 1', 'input', '', '', 'yes', 'group-address-1', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2500, 31, '0', 'address 2', 'input', '', '', 'yes', 'group-address-2', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2501, 31, '0', 'email 1', 'input', '', '', 'yes', 'group-email-1', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2502, 31, '0', 'email 2', 'input', '', '', 'yes', 'group-email-2', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2503, 31, 'phone', 'phone', 'input', '', '', 'yes', 'group-phone', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2504, 31, 'map', 'map', 'input', '', '', 'yes', 'group-map', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2522, 34, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2523, 34, 'name', 'name', 'editor_wysiwyg', '', '', 'yes', 'group-name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2524, 34, 'description', 'description', 'input', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2525, 34, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2526, 34, 'created_date', 'created_date', 'date', '', '', 'yes', 'group-created_date', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2535, 37, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2536, 37, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2537, 37, 'description', 'description', 'input', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2538, 37, 'name1', 'name1', 'editor_wysiwyg', '', '', 'yes', 'group-name1', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2539, 37, 'image1', 'image1', 'file', '', '', 'yes', 'group-image1', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2540, 37, 'name2', 'name2', 'editor_wysiwyg', '', '', 'yes', 'group-name2', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2541, 37, 'image2', 'image2', 'file', '', '', 'yes', 'group-image2', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2542, 37, 'name3', 'name3', 'editor_wysiwyg', '', '', 'yes', 'group-name3', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2543, 37, 'image3', 'image3', 'file', '', '', 'yes', 'group-image3', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2544, 37, 'name4', 'name4', 'editor_wysiwyg', '', '', 'yes', 'group-name4', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2545, 37, 'image4', 'image4', 'file', '', '', 'yes', 'group-image4', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2546, 37, 'name5', 'name5', 'editor_wysiwyg', '', '', 'yes', 'group-name5', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2547, 37, 'image5', 'image5', 'file', '', '', 'yes', 'group-image5', 'yes', 'yes', 'yes', 'yes', 13, '', '', ''),
(2548, 37, 'name6', 'name6', 'editor_wysiwyg', '', '', 'yes', 'group-name6', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2549, 37, 'image6', 'image6', 'file', '', '', 'yes', 'group-image6', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2550, 28, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2551, 28, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2552, 28, 'description', 'description', 'input', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2553, 28, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2554, 29, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2555, 29, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2556, 29, 'description', 'description', 'textarea', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2557, 29, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2558, 29, 'home_page_active', 'home_page_active', 'yes_no', '', '', 'yes', 'group-home_page_active', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2567, 35, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2568, 35, 'name', 'name', 'input', '', '', 'yes', 'group-name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2569, 35, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2570, 35, 'home_page_active', 'home_page_active', 'yes_no', '', '', '', 'group-home_page_active', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2581, 33, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2582, 33, 'images', 'images', 'file', '', '', 'yes', 'group-images', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2583, 33, 'home_page_active', 'home_page_active', 'yes_no', '', '', 'yes', 'group-home_page_active', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2589, 36, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2590, 36, 'product_category', 'product_category', 'select', '', '', 'yes', 'group-product_category', 'yes', 'yes', 'yes', 'yes', 2, 'our_products', 'id', 'name'),
(2591, 36, 'name', 'name', 'input', '', '', 'yes', 'group-name', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2592, 36, 'description', 'description', 'editor_wysiwyg', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2593, 36, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2608, 32, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2609, 32, 'site_name', 'site_name', 'input', '', '', 'yes', 'group-site_name', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2610, 32, 'map', 'map', 'editor_wysiwyg', '', '', 'yes', 'group-map', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2611, 32, 'factory_address', 'factory_address', 'input', '', '', 'yes', 'group-factory_address', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2612, 32, 'head_office', 'head_office', 'input', '', '', 'yes', 'group-head_office', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2613, 32, 'phone_no', 'phone_no', 'input', '', '', 'yes', 'group-phone_no', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2614, 32, 'phone_no2', 'phone_no2', 'input', '', '', 'yes', 'group-phone_no2', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2615, 32, 'email', 'email', 'input', '', '', 'yes', 'group-email', 'yes', 'yes', 'yes', 'yes', 8, '', '', ''),
(2616, 32, 'email2', 'email2', 'input', '', '', 'yes', 'group-email2', 'yes', 'yes', 'yes', 'yes', 9, '', '', ''),
(2617, 32, 'logo', 'logo', 'file', '', '', 'yes', 'group-logo', 'yes', 'yes', 'yes', 'yes', 10, '', '', ''),
(2618, 32, 'facebook', 'facebook', 'input', '', '', 'yes', 'group-facebook', 'yes', 'yes', 'yes', 'yes', 11, '', '', ''),
(2619, 32, 'instagram', 'instagram', 'input', '', '', 'yes', 'group-instagram', 'yes', 'yes', 'yes', 'yes', 12, '', '', ''),
(2620, 32, 'linkeden', 'linkeden', 'input', '', '', 'yes', 'group-linkeden', 'yes', 'yes', 'yes', 'yes', 14, '', '', ''),
(2621, 32, 'twitter', 'twitter', 'input', '', '', '', 'group-twitter', 'yes', 'yes', 'yes', 'yes', 15, '', '', ''),
(2622, 38, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2623, 38, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2624, 38, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2625, 39, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2626, 39, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2627, 39, 'description', 'description', 'editor_wysiwyg', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2628, 39, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2629, 40, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2630, 40, 'heading', 'heading', 'input', '', '', 'yes', 'group-heading', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2631, 40, 'description', 'description', 'editor_wysiwyg', '', '', 'yes', 'group-description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2632, 40, 'image', 'image', 'file', '', '', 'yes', 'group-image', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2633, 41, 'id', 'id', 'number', '', '', 'yes', 'group-id', 'yes', 'yes', 'yes', 'yes', 1, '', '', ''),
(2634, 41, 'add_icon', 'add_icon', 'editor_wysiwyg', '', '', 'yes', 'group-add_icon', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2635, 41, 'add_description', 'add_description', 'editor_wysiwyg', '', '', 'yes', 'group-add_description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2636, 41, 'email_icon', 'email_icon', 'editor_wysiwyg', '', '', 'yes', 'group-email_icon', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2637, 41, 'email_id', 'email_id', 'email', '', '', 'yes', 'group-email_id', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2638, 41, 'phone_icon', 'phone_icon', 'editor_wysiwyg', '', '', 'yes', 'group-phone_icon', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2639, 41, 'phone_no', 'phone_no', 'number', '', '', 'yes', 'group-phone_no', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2640, 42, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2641, 42, 'add_icon', 'add_icon', 'editor_wysiwyg', '', '', 'yes', 'group-add_icon', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2642, 42, 'add_description', 'add_description', 'editor_wysiwyg', '', '', 'yes', 'group-add_description', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2643, 42, 'email_icon', 'email_icon', 'editor_wysiwyg', '', '', 'yes', 'group-email_icon', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2644, 42, 'email_id', 'email_id', 'editor_wysiwyg', '', '', 'yes', 'group-email_id', 'yes', 'yes', 'yes', 'yes', 5, '', '', ''),
(2645, 42, 'phone_icon', 'phone_icon', 'editor_wysiwyg', '', '', 'yes', 'group-phone_icon', 'yes', 'yes', 'yes', 'yes', 6, '', '', ''),
(2646, 42, 'phone_no', 'phone_no', 'editor_wysiwyg', '', '', 'yes', 'group-phone_no', 'yes', 'yes', 'yes', 'yes', 7, '', '', ''),
(2647, 43, 'id', 'id', 'number', '', '', 'yes', 'group-id', '', '', '', 'yes', 1, '', '', ''),
(2648, 43, 'address', 'address', 'editor_wysiwyg', '', '', 'yes', 'group-address', 'yes', 'yes', 'yes', 'yes', 2, '', '', ''),
(2649, 43, 'email_id', 'email_id', 'email', '', '', 'yes', 'group-email_id', 'yes', 'yes', 'yes', 'yes', 3, '', '', ''),
(2650, 43, 'phone_no', 'phone_no', 'number', '', '', 'yes', 'group-phone_no', 'yes', 'yes', 'yes', 'yes', 4, '', '', ''),
(2651, 43, 'whatsapp_no', 'whatsapp_no', 'number', '', '', 'yes', 'group-whatsapp_no', 'yes', 'yes', 'yes', 'yes', 5, '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `crud_field_condition`
--

CREATE TABLE `crud_field_condition` (
  `id` int(11) UNSIGNED NOT NULL,
  `crud_field_id` int(11) NOT NULL,
  `reff` text DEFAULT NULL,
  `crud_id` int(11) NOT NULL,
  `cond_field` text DEFAULT NULL,
  `cond_operator` text DEFAULT NULL,
  `cond_value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_field_condition`
--

INSERT INTO `crud_field_condition` (`id`, `crud_field_id`, `reff`, `crud_id`, `cond_field`, `cond_operator`, `cond_value`) VALUES
(30, 813, 'relation_condition', 5, 'society_name', '=', 'society_name'),
(32, 1801, 'relation_condition', 16, 'society_name', '=', 'society_name'),
(33, 2326, 'relation_condition', 4, 'society_name', '=', 'society_name'),
(34, 2338, 'relation_condition', 4, 'meeting_number', '=', 'meeting_number');

-- --------------------------------------------------------

--
-- Table structure for table `crud_field_configuration`
--

CREATE TABLE `crud_field_configuration` (
  `id` int(11) UNSIGNED NOT NULL,
  `crud_field_id` int(11) NOT NULL,
  `crud_id` int(11) NOT NULL,
  `group_config` varchar(200) NOT NULL,
  `config_name` text NOT NULL,
  `config_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_field_configuration`
--

INSERT INTO `crud_field_configuration` (`id`, `crud_field_id`, `crud_id`, `group_config`, `config_name`, `config_value`) VALUES
(28, 2114, 23, 'stepper', 'title', 'Register of Members'),
(29, 2127, 23, 'stepper', 'title', 'Particulars of shares held (psh)'),
(30, 2135, 23, 'stepper', 'title', 'Particulars of shares transferred or surrendered (pst)'),
(34, 2299, 1, 'stepper', 'title', 'Society Information'),
(35, 2311, 1, 'stepper', 'title', 'Society Bank Information'),
(36, 2317, 1, 'stepper', 'title', 'Society Documents and Othera Details');

-- --------------------------------------------------------

--
-- Table structure for table `crud_field_validation`
--

CREATE TABLE `crud_field_validation` (
  `id` int(11) UNSIGNED NOT NULL,
  `crud_field_id` int(11) NOT NULL,
  `crud_id` int(11) NOT NULL,
  `validation_name` varchar(200) NOT NULL,
  `validation_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_field_validation`
--

INSERT INTO `crud_field_validation` (`id`, `crud_field_id`, `crud_id`, `validation_name`, `validation_value`) VALUES
(58, 65, 2, 'required', ''),
(59, 65, 2, 'max_length', '10'),
(60, 66, 2, 'max_length', '10'),
(61, 67, 2, 'max_length', '300'),
(62, 68, 2, 'max_length', '500'),
(63, 70, 2, 'max_length', '500'),
(64, 71, 2, 'max_length', '500'),
(65, 73, 2, 'max_length', '500'),
(66, 75, 2, 'max_length', '500'),
(85, 106, 3, 'max_length', '300'),
(86, 107, 3, 'max_length', '500'),
(87, 109, 3, 'max_length', '500'),
(88, 110, 3, 'max_length', '500'),
(89, 112, 3, 'max_length', '500'),
(90, 114, 3, 'max_length', '500'),
(341, 463, 6, 'max_length', '6'),
(342, 464, 6, 'max_length', '250'),
(343, 465, 6, 'max_length', '100'),
(344, 466, 6, 'max_length', '300'),
(345, 467, 6, 'max_length', '300'),
(346, 468, 6, 'max_length', '300'),
(347, 469, 6, 'max_length', '300'),
(348, 470, 6, 'max_length', '255'),
(349, 472, 6, 'max_length', '500'),
(350, 473, 6, 'max_length', '500'),
(351, 474, 6, 'max_length', '500'),
(352, 476, 6, 'max_length', '500'),
(353, 477, 6, 'max_length', '500'),
(354, 478, 6, 'max_length', '500'),
(355, 480, 6, 'max_length', '500'),
(356, 481, 6, 'max_length', '500'),
(357, 482, 6, 'max_length', '500'),
(358, 484, 6, 'max_length', '500'),
(359, 485, 6, 'max_length', '500'),
(360, 486, 6, 'max_length', '500'),
(361, 488, 6, 'max_length', '500'),
(362, 489, 6, 'max_length', '500'),
(363, 490, 6, 'max_length', '500'),
(364, 492, 6, 'max_length', '500'),
(365, 493, 6, 'max_length', '500'),
(366, 494, 6, 'max_length', '500'),
(367, 496, 6, 'max_length', '500'),
(368, 497, 6, 'max_length', '500'),
(369, 498, 6, 'max_length', '500'),
(370, 500, 6, 'max_length', '500'),
(371, 501, 6, 'max_length', '500'),
(372, 502, 6, 'max_length', '500'),
(373, 504, 6, 'max_length', '500'),
(374, 505, 6, 'max_length', '500'),
(375, 507, 7, 'required', ''),
(376, 507, 7, 'max_length', '6'),
(377, 508, 7, 'required', ''),
(378, 508, 7, 'max_length', '250'),
(379, 509, 7, 'required', ''),
(380, 509, 7, 'max_length', '100'),
(381, 510, 7, 'required', ''),
(382, 510, 7, 'max_length', '300'),
(383, 511, 7, 'required', ''),
(384, 511, 7, 'max_length', '300'),
(385, 512, 7, 'required', ''),
(386, 512, 7, 'max_length', '300'),
(387, 513, 7, 'required', ''),
(388, 513, 7, 'max_length', '300'),
(389, 514, 7, 'required', ''),
(390, 514, 7, 'max_length', '255'),
(391, 515, 7, 'required', ''),
(392, 516, 7, 'required', ''),
(393, 516, 7, 'max_length', '500'),
(394, 517, 7, 'required', ''),
(395, 517, 7, 'max_length', '500'),
(396, 518, 7, 'required', ''),
(397, 518, 7, 'max_length', '500'),
(398, 519, 7, 'required', ''),
(399, 520, 7, 'required', ''),
(400, 520, 7, 'max_length', '500'),
(401, 521, 7, 'required', ''),
(402, 521, 7, 'max_length', '500'),
(403, 522, 7, 'required', ''),
(404, 522, 7, 'max_length', '500'),
(405, 523, 7, 'required', ''),
(406, 524, 7, 'required', ''),
(407, 524, 7, 'max_length', '500'),
(408, 525, 7, 'required', ''),
(409, 525, 7, 'max_length', '500'),
(410, 526, 7, 'required', ''),
(411, 526, 7, 'max_length', '500'),
(412, 527, 7, 'required', ''),
(413, 528, 7, 'required', ''),
(414, 528, 7, 'max_length', '500'),
(415, 529, 7, 'required', ''),
(416, 529, 7, 'max_length', '500'),
(417, 530, 7, 'required', ''),
(418, 530, 7, 'max_length', '500'),
(419, 531, 7, 'required', ''),
(420, 532, 7, 'required', ''),
(421, 532, 7, 'max_length', '500'),
(422, 533, 7, 'required', ''),
(423, 533, 7, 'max_length', '500'),
(424, 534, 7, 'required', ''),
(425, 534, 7, 'max_length', '500'),
(426, 535, 7, 'required', ''),
(427, 536, 7, 'required', ''),
(428, 536, 7, 'max_length', '500'),
(429, 537, 7, 'required', ''),
(430, 537, 7, 'max_length', '500'),
(431, 538, 7, 'required', ''),
(432, 538, 7, 'max_length', '500'),
(433, 539, 7, 'required', ''),
(434, 540, 7, 'required', ''),
(435, 540, 7, 'max_length', '500'),
(436, 541, 7, 'required', ''),
(437, 541, 7, 'max_length', '500'),
(438, 542, 7, 'required', ''),
(439, 542, 7, 'max_length', '500'),
(440, 543, 7, 'required', ''),
(441, 544, 7, 'required', ''),
(442, 544, 7, 'max_length', '500'),
(443, 545, 7, 'required', ''),
(444, 545, 7, 'max_length', '500'),
(445, 546, 7, 'required', ''),
(446, 546, 7, 'max_length', '500'),
(447, 547, 7, 'required', ''),
(498, 811, 5, 'max_length', '250'),
(502, 819, 8, 'max_length', '250'),
(663, 907, 9, 'required', ''),
(664, 907, 9, 'max_length', '50'),
(665, 908, 9, 'required', ''),
(666, 908, 9, 'max_length', '500'),
(667, 909, 9, 'required', ''),
(668, 909, 9, 'max_length', '500'),
(669, 910, 9, 'required', ''),
(670, 910, 9, 'max_length', '150'),
(671, 911, 9, 'required', ''),
(672, 911, 9, 'max_length', '50'),
(673, 912, 9, 'required', ''),
(674, 912, 9, 'max_length', '50'),
(675, 913, 9, 'required', ''),
(676, 913, 9, 'max_length', '250'),
(677, 914, 9, 'required', ''),
(678, 914, 9, 'max_length', '1000'),
(679, 915, 9, 'required', ''),
(680, 915, 9, 'max_length', '500'),
(681, 916, 9, 'required', ''),
(682, 916, 9, 'max_length', '50'),
(683, 917, 9, 'required', ''),
(684, 917, 9, 'max_length', '50'),
(685, 918, 9, 'required', ''),
(686, 918, 9, 'max_length', '1000'),
(687, 919, 9, 'required', ''),
(688, 919, 9, 'max_length', '500'),
(689, 920, 9, 'required', ''),
(690, 920, 9, 'max_length', '50'),
(691, 921, 9, 'required', ''),
(692, 921, 9, 'max_length', '50'),
(693, 922, 9, 'required', ''),
(694, 922, 9, 'max_length', '1000'),
(695, 923, 9, 'required', ''),
(696, 923, 9, 'max_length', '500'),
(697, 924, 9, 'required', ''),
(698, 924, 9, 'max_length', '50'),
(699, 925, 9, 'required', ''),
(700, 925, 9, 'max_length', '50'),
(701, 926, 9, 'required', ''),
(702, 926, 9, 'max_length', '1000'),
(703, 927, 9, 'required', ''),
(704, 927, 9, 'max_length', '500'),
(705, 928, 9, 'required', ''),
(706, 928, 9, 'max_length', '50'),
(707, 929, 9, 'required', ''),
(708, 929, 9, 'max_length', '50'),
(709, 930, 9, 'required', ''),
(710, 930, 9, 'max_length', '1000'),
(711, 931, 9, 'required', ''),
(712, 931, 9, 'max_length', '500'),
(713, 932, 9, 'required', ''),
(714, 932, 9, 'max_length', '50'),
(715, 933, 9, 'required', ''),
(716, 933, 9, 'max_length', '50'),
(717, 934, 9, 'required', ''),
(718, 934, 9, 'max_length', '1000'),
(719, 935, 9, 'required', ''),
(720, 935, 9, 'max_length', '500'),
(721, 936, 9, 'required', ''),
(722, 936, 9, 'max_length', '50'),
(723, 937, 9, 'required', ''),
(724, 937, 9, 'max_length', '50'),
(725, 938, 9, 'required', ''),
(726, 938, 9, 'max_length', '1000'),
(727, 939, 9, 'required', ''),
(728, 939, 9, 'max_length', '500'),
(729, 940, 9, 'required', ''),
(730, 940, 9, 'max_length', '50'),
(731, 941, 9, 'required', ''),
(732, 941, 9, 'max_length', '50'),
(733, 942, 9, 'required', ''),
(734, 942, 9, 'max_length', '1000'),
(735, 943, 9, 'required', ''),
(736, 943, 9, 'max_length', '500'),
(737, 944, 9, 'required', ''),
(738, 944, 9, 'max_length', '50'),
(739, 945, 9, 'required', ''),
(740, 945, 9, 'max_length', '50'),
(741, 946, 9, 'required', ''),
(742, 946, 9, 'max_length', '1000'),
(929, 1169, 10, 'max_length', '50'),
(930, 1174, 10, 'max_length', '50'),
(931, 1177, 10, 'max_length', '500'),
(932, 1178, 10, 'max_length', '50'),
(933, 1179, 10, 'max_length', '50'),
(934, 1181, 10, 'max_length', '500'),
(935, 1182, 10, 'max_length', '50'),
(936, 1183, 10, 'max_length', '50'),
(937, 1185, 10, 'max_length', '500'),
(938, 1186, 10, 'max_length', '50'),
(939, 1187, 10, 'max_length', '50'),
(940, 1189, 10, 'max_length', '500'),
(941, 1190, 10, 'max_length', '50'),
(942, 1191, 10, 'max_length', '50'),
(943, 1192, 10, 'max_length', '1000'),
(944, 1193, 10, 'max_length', '500'),
(945, 1194, 10, 'max_length', '50'),
(946, 1195, 10, 'max_length', '50'),
(947, 1196, 10, 'max_length', '1000'),
(948, 1197, 10, 'max_length', '500'),
(949, 1198, 10, 'max_length', '50'),
(950, 1199, 10, 'max_length', '50'),
(951, 1200, 10, 'max_length', '1000'),
(952, 1201, 10, 'max_length', '500'),
(953, 1202, 10, 'max_length', '50'),
(954, 1203, 10, 'max_length', '50'),
(955, 1204, 10, 'max_length', '1000'),
(956, 1205, 10, 'max_length', '500'),
(957, 1206, 10, 'max_length', '50'),
(958, 1207, 10, 'max_length', '50'),
(959, 1208, 10, 'max_length', '1000'),
(960, 1209, 10, 'max_length', '500'),
(961, 1210, 10, 'max_length', '50'),
(962, 1211, 10, 'max_length', '50'),
(1074, 1345, 11, 'max_length', '50'),
(1075, 1350, 11, 'max_length', '50'),
(1076, 1353, 11, 'max_length', '500'),
(1077, 1354, 11, 'max_length', '50'),
(1078, 1355, 11, 'max_length', '50'),
(1079, 1357, 11, 'max_length', '500'),
(1080, 1358, 11, 'max_length', '50'),
(1081, 1359, 11, 'max_length', '50'),
(1082, 1361, 11, 'max_length', '500'),
(1083, 1362, 11, 'max_length', '50'),
(1084, 1363, 11, 'max_length', '50'),
(1085, 1365, 11, 'max_length', '500'),
(1086, 1366, 11, 'max_length', '50'),
(1087, 1367, 11, 'max_length', '50'),
(1088, 1368, 11, 'max_length', '1000'),
(1089, 1369, 11, 'max_length', '500'),
(1090, 1370, 11, 'max_length', '50'),
(1091, 1371, 11, 'max_length', '50'),
(1092, 1372, 11, 'max_length', '1000'),
(1093, 1373, 11, 'max_length', '500'),
(1094, 1374, 11, 'max_length', '50'),
(1095, 1375, 11, 'max_length', '50'),
(1096, 1376, 11, 'max_length', '1000'),
(1097, 1377, 11, 'max_length', '500'),
(1098, 1378, 11, 'max_length', '50'),
(1099, 1379, 11, 'max_length', '50'),
(1100, 1380, 11, 'max_length', '1000'),
(1101, 1381, 11, 'max_length', '500'),
(1102, 1382, 11, 'max_length', '50'),
(1103, 1383, 11, 'max_length', '50'),
(1104, 1384, 11, 'max_length', '1000'),
(1105, 1385, 11, 'max_length', '500'),
(1106, 1386, 11, 'max_length', '50'),
(1107, 1387, 11, 'max_length', '50'),
(1228, 1520, 12, 'required', ''),
(1229, 1520, 12, 'max_length', '10'),
(1230, 1521, 12, 'max_length', '50'),
(1231, 1526, 12, 'max_length', '50'),
(1232, 1529, 12, 'max_length', '500'),
(1233, 1530, 12, 'max_length', '50'),
(1234, 1531, 12, 'max_length', '50'),
(1235, 1533, 12, 'max_length', '500'),
(1236, 1534, 12, 'max_length', '50'),
(1237, 1535, 12, 'max_length', '50'),
(1238, 1537, 12, 'max_length', '500'),
(1239, 1538, 12, 'max_length', '50'),
(1240, 1539, 12, 'max_length', '50'),
(1241, 1541, 12, 'max_length', '500'),
(1242, 1542, 12, 'max_length', '50'),
(1243, 1543, 12, 'max_length', '50'),
(1244, 1544, 12, 'max_length', '1000'),
(1245, 1545, 12, 'max_length', '500'),
(1246, 1546, 12, 'max_length', '50'),
(1247, 1547, 12, 'max_length', '50'),
(1248, 1548, 12, 'max_length', '1000'),
(1249, 1549, 12, 'max_length', '500'),
(1250, 1550, 12, 'max_length', '50'),
(1251, 1551, 12, 'max_length', '50'),
(1252, 1552, 12, 'required', ''),
(1253, 1552, 12, 'max_length', '1000'),
(1254, 1553, 12, 'max_length', '500'),
(1255, 1554, 12, 'max_length', '50'),
(1256, 1555, 12, 'max_length', '50'),
(1257, 1556, 12, 'max_length', '1000'),
(1258, 1557, 12, 'max_length', '500'),
(1259, 1558, 12, 'max_length', '50'),
(1260, 1559, 12, 'max_length', '50'),
(1261, 1560, 12, 'max_length', '1000'),
(1262, 1561, 12, 'max_length', '500'),
(1263, 1562, 12, 'max_length', '50'),
(1264, 1563, 12, 'max_length', '50'),
(1346, 1653, 13, 'max_length', '50'),
(1347, 1658, 13, 'max_length', '50'),
(1348, 1660, 13, 'max_length', '1000'),
(1349, 1661, 13, 'max_length', '500'),
(1350, 1662, 13, 'max_length', '50'),
(1351, 1663, 13, 'max_length', '50'),
(1352, 1664, 13, 'max_length', '1000'),
(1353, 1665, 13, 'max_length', '500'),
(1354, 1666, 13, 'max_length', '50'),
(1355, 1667, 13, 'max_length', '50'),
(1356, 1668, 13, 'max_length', '1000'),
(1357, 1669, 13, 'max_length', '500'),
(1358, 1670, 13, 'max_length', '50'),
(1359, 1671, 13, 'max_length', '50'),
(1360, 1672, 13, 'max_length', '1000'),
(1361, 1673, 13, 'max_length', '500'),
(1362, 1674, 13, 'max_length', '50'),
(1363, 1675, 13, 'max_length', '50'),
(1364, 1676, 13, 'max_length', '1000'),
(1365, 1677, 13, 'max_length', '500'),
(1366, 1678, 13, 'max_length', '50'),
(1367, 1679, 13, 'max_length', '50'),
(1368, 1680, 13, 'max_length', '1000'),
(1369, 1681, 13, 'max_length', '500'),
(1370, 1682, 13, 'max_length', '50'),
(1371, 1683, 13, 'max_length', '50'),
(1372, 1684, 13, 'max_length', '1000'),
(1373, 1685, 13, 'max_length', '500'),
(1374, 1686, 13, 'max_length', '50'),
(1375, 1687, 13, 'max_length', '50'),
(1376, 1688, 13, 'max_length', '1000'),
(1377, 1689, 13, 'max_length', '500'),
(1378, 1690, 13, 'max_length', '50'),
(1379, 1691, 13, 'max_length', '50'),
(1380, 1692, 13, 'max_length', '1000'),
(1381, 1693, 13, 'max_length', '500'),
(1382, 1694, 13, 'max_length', '50'),
(1383, 1695, 13, 'max_length', '50'),
(1427, 1742, 14, 'max_length', '100'),
(1428, 1743, 14, 'max_length', '300'),
(1429, 1744, 14, 'max_length', '500'),
(1430, 1745, 14, 'max_length', '50'),
(1431, 1746, 14, 'max_length', '50'),
(1432, 1747, 14, 'max_length', '20'),
(1433, 1748, 14, 'max_length', '150'),
(1434, 1749, 14, 'max_length', '500'),
(1435, 1750, 14, 'max_length', '1000'),
(1436, 1751, 14, 'max_length', '50'),
(1437, 1752, 14, 'max_length', '50'),
(1438, 1753, 14, 'max_length', '500'),
(1439, 1754, 14, 'max_length', '1000'),
(1440, 1755, 14, 'max_length', '50'),
(1441, 1756, 14, 'max_length', '50'),
(1442, 1757, 14, 'max_length', '500'),
(1443, 1758, 14, 'max_length', '1000'),
(1444, 1759, 14, 'max_length', '50'),
(1445, 1760, 14, 'max_length', '50'),
(1446, 1761, 14, 'max_length', '500'),
(1447, 1762, 14, 'max_length', '1000'),
(1448, 1763, 14, 'max_length', '50'),
(1449, 1764, 14, 'max_length', '50'),
(1450, 1765, 14, 'max_length', '500'),
(1451, 1766, 14, 'max_length', '1000'),
(1452, 1767, 14, 'max_length', '50'),
(1453, 1768, 14, 'max_length', '50'),
(1454, 1769, 14, 'max_length', '500'),
(1455, 1770, 14, 'max_length', '1000'),
(1456, 1771, 14, 'max_length', '50'),
(1457, 1772, 14, 'max_length', '50'),
(1458, 1773, 14, 'max_length', '500'),
(1459, 1774, 14, 'max_length', '1000'),
(1460, 1775, 14, 'max_length', '50'),
(1461, 1776, 14, 'max_length', '50'),
(1462, 1777, 14, 'max_length', '500'),
(1463, 1778, 14, 'max_length', '1000'),
(1464, 1779, 14, 'max_length', '50'),
(1465, 1780, 14, 'max_length', '50'),
(1466, 1781, 14, 'max_length', '500'),
(1467, 1782, 14, 'max_length', '1000'),
(1468, 1783, 14, 'max_length', '50'),
(1469, 1784, 14, 'max_length', '50'),
(1473, 1791, 15, 'max_length', '250'),
(1477, 1799, 16, 'max_length', '500'),
(1478, 1801, 16, 'max_length', '1000'),
(1491, 1819, 17, 'max_length', '6'),
(1492, 1820, 17, 'max_length', '20'),
(1493, 1823, 17, 'max_length', '300'),
(1494, 1824, 17, 'max_length', '500'),
(1495, 1825, 17, 'max_length', '300'),
(1496, 1830, 17, 'max_length', '200'),
(1497, 1831, 17, 'max_length', '200'),
(1540, 1858, 18, 'required', ''),
(1541, 1858, 18, 'max_length', '11'),
(1542, 1859, 18, 'required', ''),
(1543, 1860, 18, 'required', ''),
(1544, 1860, 18, 'max_length', '200'),
(1545, 1861, 18, 'required', ''),
(1546, 1862, 18, 'required', ''),
(1547, 1862, 18, 'max_length', '200'),
(1548, 1864, 18, 'required', ''),
(1549, 1865, 18, 'required', ''),
(1550, 1866, 18, 'required', ''),
(1551, 1866, 18, 'max_length', '50'),
(1552, 1867, 18, 'required', ''),
(1589, 1898, 19, 'required', ''),
(1590, 1901, 19, 'required', ''),
(1591, 1901, 19, 'max_length', '50'),
(1592, 1912, 20, 'required', ''),
(1593, 1912, 20, 'max_length', '100'),
(1594, 1914, 20, 'max_length', '255'),
(1595, 1915, 20, 'max_length', '20'),
(1596, 1916, 20, 'required', ''),
(1597, 1917, 20, 'required', ''),
(1598, 1919, 21, 'required', ''),
(1599, 1919, 21, 'max_length', '11'),
(1600, 1920, 21, 'required', ''),
(1601, 1920, 21, 'max_length', '20'),
(1602, 1921, 21, 'max_length', '100'),
(1603, 1922, 21, 'max_length', '50'),
(1606, 1933, 22, 'required', ''),
(1744, 2114, 23, 'required', ''),
(1745, 2114, 23, 'max_length', '250'),
(1746, 2118, 23, 'max_length', '250'),
(1747, 2119, 23, 'max_length', '250'),
(1748, 2120, 23, 'max_length', '150'),
(1749, 2121, 23, 'max_length', '20'),
(1750, 2122, 23, 'max_length', '500'),
(1751, 2125, 23, 'max_length', '250'),
(1752, 2126, 23, 'max_length', '250'),
(1753, 2128, 23, 'max_length', '250'),
(1754, 2129, 23, 'max_length', '150'),
(1755, 2130, 23, 'max_length', '150'),
(1756, 2131, 23, 'max_length', '150'),
(1757, 2132, 23, 'max_length', '150'),
(1758, 2133, 23, 'max_length', '150'),
(1759, 2134, 23, 'max_length', '150'),
(1760, 2136, 23, 'max_length', '500'),
(1761, 2137, 23, 'max_length', '25'),
(1762, 2139, 23, 'max_length', '100'),
(1763, 2140, 23, 'max_length', '250'),
(1764, 2141, 23, 'max_length', '150'),
(1765, 2142, 23, 'max_length', '150'),
(1766, 2143, 23, 'max_length', '100'),
(1798, 2176, 24, 'max_length', '250'),
(1799, 2180, 24, 'max_length', '250'),
(1800, 2181, 24, 'max_length', '250'),
(1801, 2182, 24, 'max_length', '150'),
(1802, 2183, 24, 'max_length', '20'),
(1803, 2183, 24, 'integer', ''),
(1804, 2184, 24, 'max_length', '500'),
(1805, 2185, 24, 'required', ''),
(1806, 2187, 24, 'max_length', '250'),
(1807, 2188, 24, 'max_length', '250'),
(1808, 2190, 24, 'max_length', '250'),
(1809, 2191, 24, 'max_length', '150'),
(1810, 2192, 24, 'max_length', '150'),
(1811, 2193, 24, 'max_length', '150'),
(1812, 2194, 24, 'max_length', '150'),
(1813, 2195, 24, 'max_length', '150'),
(1814, 2196, 24, 'max_length', '150'),
(1815, 2198, 24, 'max_length', '500'),
(1816, 2201, 24, 'max_length', '100'),
(1817, 2202, 24, 'max_length', '250'),
(1818, 2203, 24, 'max_length', '150'),
(1819, 2204, 24, 'max_length', '150'),
(1820, 2205, 24, 'max_length', '100'),
(1883, 2299, 1, 'max_length', '500'),
(1884, 2301, 1, 'max_length', '500'),
(1885, 2304, 1, 'max_length', '500'),
(1886, 2305, 1, 'max_length', '500'),
(1887, 2306, 1, 'max_length', '500'),
(1888, 2307, 1, 'max_length', '500'),
(1889, 2308, 1, 'max_length', '500'),
(1890, 2309, 1, 'max_length', '500'),
(1891, 2311, 1, 'max_length', '500'),
(1892, 2312, 1, 'max_length', '500'),
(1893, 2313, 1, 'max_length', '500'),
(1894, 2314, 1, 'max_length', '500'),
(1895, 2317, 1, 'max_length', '500'),
(1896, 2319, 1, 'max_length', '500'),
(1897, 2321, 1, 'max_length', '500'),
(1898, 2322, 1, 'max_length', '500'),
(1899, 2325, 4, 'max_length', '50'),
(1900, 2330, 4, 'max_length', '50'),
(1901, 2352, 4, 'max_length', '500'),
(1902, 2356, 4, 'max_length', '500'),
(1903, 2360, 4, 'max_length', '500'),
(1904, 2364, 4, 'max_length', '500'),
(1928, 2417, 25, 'required', ''),
(1929, 2417, 25, 'max_length', '10'),
(1930, 2418, 25, 'required', ''),
(1931, 2418, 25, 'max_length', '20'),
(1932, 2422, 25, 'max_length', '255'),
(1933, 2423, 25, 'max_length', '25'),
(1934, 2425, 25, 'max_length', '100'),
(1935, 2428, 25, 'max_length', '255'),
(1936, 2429, 25, 'max_length', '255'),
(1937, 2432, 25, 'max_length', '50'),
(1938, 2434, 25, 'max_length', '200'),
(1939, 2436, 25, 'max_length', '200'),
(1940, 2438, 25, 'max_length', '10'),
(1941, 2440, 25, 'max_length', '10'),
(1942, 2442, 25, 'max_length', '10'),
(1943, 2443, 25, 'max_length', '10'),
(1944, 2446, 25, 'max_length', '20'),
(1945, 2448, 25, 'max_length', '100'),
(1946, 2450, 25, 'max_length', '10'),
(1947, 2451, 25, 'max_length', '20'),
(1948, 2452, 25, 'max_length', '20'),
(1949, 2454, 25, 'max_length', '20'),
(1950, 2455, 25, 'max_length', '10'),
(1951, 2462, 26, 'max_length', '255'),
(1952, 2463, 26, 'max_length', '255'),
(1953, 2464, 26, 'max_length', '255'),
(1959, 2481, 27, 'max_length', '255'),
(1967, 2490, 30, 'max_length', '255'),
(1968, 2491, 30, 'max_length', '255'),
(1969, 2492, 30, 'max_length', '255'),
(1970, 2493, 30, 'max_length', '255'),
(1971, 2494, 30, 'max_length', '255'),
(1972, 2495, 30, 'max_length', '255'),
(1973, 2496, 30, 'max_length', '255'),
(1974, 2498, 31, 'max_length', '255'),
(1975, 2499, 31, 'max_length', '255'),
(1976, 2500, 31, 'max_length', '255'),
(1977, 2501, 31, 'max_length', '255'),
(1978, 2502, 31, 'max_length', '255'),
(1979, 2503, 31, 'max_length', '255'),
(1980, 2504, 31, 'max_length', '255'),
(1994, 2524, 34, 'max_length', '255'),
(1996, 2536, 37, 'max_length', '255'),
(1997, 2537, 37, 'max_length', '255'),
(1998, 2551, 28, 'max_length', '255'),
(1999, 2555, 29, 'max_length', '255'),
(2000, 2558, 29, 'max_length', '25'),
(2002, 2568, 35, 'required', ''),
(2003, 2569, 35, 'required', ''),
(2008, 2583, 33, 'max_length', '255'),
(2011, 2593, 36, 'required', ''),
(2023, 2609, 32, 'max_length', '255'),
(2024, 2611, 32, 'max_length', '255'),
(2025, 2612, 32, 'max_length', '255'),
(2026, 2613, 32, 'max_length', '255'),
(2027, 2614, 32, 'max_length', '255'),
(2028, 2615, 32, 'max_length', '255'),
(2029, 2616, 32, 'max_length', '255'),
(2030, 2618, 32, 'max_length', '255'),
(2031, 2619, 32, 'max_length', '255'),
(2032, 2620, 32, 'max_length', '255'),
(2033, 2623, 38, 'max_length', '255'),
(2034, 2624, 38, 'required', ''),
(2035, 2626, 39, 'required', ''),
(2036, 2626, 39, 'max_length', '255'),
(2037, 2630, 40, 'required', ''),
(2038, 2630, 40, 'max_length', '255'),
(2039, 2633, 41, 'required', ''),
(2040, 2633, 41, 'max_length', '11'),
(2041, 2634, 41, 'required', ''),
(2042, 2635, 41, 'required', ''),
(2043, 2636, 41, 'required', ''),
(2044, 2637, 41, 'required', ''),
(2045, 2638, 41, 'required', ''),
(2046, 2639, 41, 'required', ''),
(2047, 2639, 41, 'max_length', '11'),
(2048, 2642, 42, 'required', ''),
(2049, 2644, 42, 'required', ''),
(2050, 2646, 42, 'required', ''),
(2051, 2648, 43, 'required', ''),
(2052, 2650, 43, 'required', ''),
(2053, 2651, 43, 'required', '');

-- --------------------------------------------------------

--
-- Table structure for table `crud_function`
--

CREATE TABLE `crud_function` (
  `id` int(11) UNSIGNED NOT NULL,
  `slug` varchar(200) NOT NULL,
  `type` varchar(200) NOT NULL,
  `crud_id` int(11) NOT NULL,
  `content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_function`
--

INSERT INTO `crud_function` (`id`, `slug`, `type`, `crud_id`, `content`) VALUES
(2, 'function_setting_update', 'event', 1, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(3, 'notification_title', 'notification', 1, NULL),
(4, 'notification_message', 'notification', 1, NULL),
(5, 'notification_url', 'notification', 1, NULL),
(6, 'notification_group', 'notification', 1, NULL),
(8, 'function_setting_update', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(9, 'notification_title', 'notification', 1, ''),
(10, 'notification_message', 'notification', 1, ''),
(11, 'notification_url', 'notification', 1, ''),
(12, 'notification_group', 'notification', 1, ''),
(14, 'function_setting_update', 'event', 2, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(15, 'notification_title', 'notification', 2, NULL),
(16, 'notification_message', 'notification', 2, NULL),
(17, 'notification_url', 'notification', 2, NULL),
(18, 'notification_group', 'notification', 2, NULL),
(19, 'function_setting_create', 'event', 2, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(20, 'function_setting_update', 'event', 2, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(21, 'notification_title', 'notification', 2, ''),
(22, 'notification_message', 'notification', 2, ''),
(23, 'notification_url', 'notification', 2, ''),
(24, 'notification_group', 'notification', 2, ''),
(26, 'function_setting_update', 'event', 3, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(27, 'notification_title', 'notification', 3, NULL),
(28, 'notification_message', 'notification', 3, NULL),
(29, 'notification_url', 'notification', 3, NULL),
(30, 'notification_group', 'notification', 3, NULL),
(32, 'function_setting_update', 'event', 3, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(33, 'notification_title', 'notification', 3, ''),
(34, 'notification_message', 'notification', 3, ''),
(35, 'notification_url', 'notification', 3, ''),
(36, 'notification_group', 'notification', 3, ''),
(37, 'function_setting_create', 'event', 3, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(38, 'function_setting_update', 'event', 3, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(39, 'notification_title', 'notification', 3, ''),
(40, 'notification_message', 'notification', 3, ''),
(41, 'notification_url', 'notification', 3, ''),
(42, 'notification_group', 'notification', 3, ''),
(44, 'function_setting_update', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(45, 'notification_title', 'notification', 1, ''),
(46, 'notification_message', 'notification', 1, ''),
(47, 'notification_url', 'notification', 1, ''),
(48, 'notification_group', 'notification', 1, ''),
(50, 'function_setting_update', 'event', 4, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(51, 'notification_title', 'notification', 4, NULL),
(52, 'notification_message', 'notification', 4, NULL),
(53, 'notification_url', 'notification', 4, NULL),
(54, 'notification_group', 'notification', 4, NULL),
(56, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(57, 'notification_title', 'notification', 4, ''),
(58, 'notification_message', 'notification', 4, ''),
(59, 'notification_url', 'notification', 4, ''),
(60, 'notification_group', 'notification', 4, ''),
(62, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(63, 'notification_title', 'notification', 4, ''),
(64, 'notification_message', 'notification', 4, ''),
(65, 'notification_url', 'notification', 4, ''),
(66, 'notification_group', 'notification', 4, ''),
(68, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(69, 'notification_title', 'notification', 4, ''),
(70, 'notification_message', 'notification', 4, ''),
(71, 'notification_url', 'notification', 4, ''),
(72, 'notification_group', 'notification', 4, ''),
(74, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(75, 'notification_title', 'notification', 4, ''),
(76, 'notification_message', 'notification', 4, ''),
(77, 'notification_url', 'notification', 4, ''),
(78, 'notification_group', 'notification', 4, ''),
(80, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(81, 'notification_title', 'notification', 4, ''),
(82, 'notification_message', 'notification', 4, ''),
(83, 'notification_url', 'notification', 4, ''),
(84, 'notification_group', 'notification', 4, ''),
(86, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(87, 'notification_title', 'notification', 4, ''),
(88, 'notification_message', 'notification', 4, ''),
(89, 'notification_url', 'notification', 4, ''),
(90, 'notification_group', 'notification', 4, ''),
(92, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(93, 'notification_title', 'notification', 4, ''),
(94, 'notification_message', 'notification', 4, ''),
(95, 'notification_url', 'notification', 4, ''),
(96, 'notification_group', 'notification', 4, ''),
(98, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(99, 'notification_title', 'notification', 4, ''),
(100, 'notification_message', 'notification', 4, ''),
(101, 'notification_url', 'notification', 4, ''),
(102, 'notification_group', 'notification', 4, ''),
(104, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}    '),
(105, 'notification_title', 'notification', 4, ''),
(106, 'notification_message', 'notification', 4, ''),
(107, 'notification_url', 'notification', 4, ''),
(108, 'notification_group', 'notification', 4, ''),
(110, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}     '),
(111, 'notification_title', 'notification', 4, ''),
(112, 'notification_message', 'notification', 4, ''),
(113, 'notification_url', 'notification', 4, ''),
(114, 'notification_group', 'notification', 4, ''),
(116, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}      '),
(117, 'notification_title', 'notification', 4, ''),
(118, 'notification_message', 'notification', 4, ''),
(119, 'notification_url', 'notification', 4, ''),
(120, 'notification_group', 'notification', 4, ''),
(122, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}       '),
(123, 'notification_title', 'notification', 4, ''),
(124, 'notification_message', 'notification', 4, ''),
(125, 'notification_url', 'notification', 4, ''),
(126, 'notification_group', 'notification', 4, ''),
(128, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}        '),
(129, 'notification_title', 'notification', 4, ''),
(130, 'notification_message', 'notification', 4, ''),
(131, 'notification_url', 'notification', 4, ''),
(132, 'notification_group', 'notification', 4, ''),
(134, 'function_setting_update', 'event', 5, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(135, 'notification_title', 'notification', 5, NULL),
(136, 'notification_message', 'notification', 5, NULL),
(137, 'notification_url', 'notification', 5, NULL),
(138, 'notification_group', 'notification', 5, NULL),
(140, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(141, 'notification_title', 'notification', 5, ''),
(142, 'notification_message', 'notification', 5, ''),
(143, 'notification_url', 'notification', 5, ''),
(144, 'notification_group', 'notification', 5, ''),
(146, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(147, 'notification_title', 'notification', 5, ''),
(148, 'notification_message', 'notification', 5, ''),
(149, 'notification_url', 'notification', 5, ''),
(150, 'notification_group', 'notification', 5, ''),
(152, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(153, 'notification_title', 'notification', 5, ''),
(154, 'notification_message', 'notification', 5, ''),
(155, 'notification_url', 'notification', 5, ''),
(156, 'notification_group', 'notification', 5, ''),
(158, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(159, 'notification_title', 'notification', 5, ''),
(160, 'notification_message', 'notification', 5, ''),
(161, 'notification_url', 'notification', 5, ''),
(162, 'notification_group', 'notification', 5, ''),
(164, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}    '),
(165, 'notification_title', 'notification', 5, ''),
(166, 'notification_message', 'notification', 5, ''),
(167, 'notification_url', 'notification', 5, ''),
(168, 'notification_group', 'notification', 5, ''),
(170, 'function_setting_update', 'event', 6, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(171, 'notification_title', 'notification', 6, NULL),
(172, 'notification_message', 'notification', 6, NULL),
(173, 'notification_url', 'notification', 6, NULL),
(174, 'notification_group', 'notification', 6, NULL),
(175, 'function_setting_create', 'event', 6, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(176, 'function_setting_update', 'event', 6, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(177, 'notification_title', 'notification', 6, NULL),
(178, 'notification_message', 'notification', 6, NULL),
(179, 'notification_url', 'notification', 6, NULL),
(180, 'notification_group', 'notification', 6, NULL),
(181, 'function_setting_create', 'event', 7, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(182, 'function_setting_update', 'event', 7, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(183, 'notification_title', 'notification', 7, NULL),
(184, 'notification_message', 'notification', 7, NULL),
(185, 'notification_url', 'notification', 7, NULL),
(186, 'notification_group', 'notification', 7, NULL),
(188, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}         '),
(189, 'notification_title', 'notification', 4, ''),
(190, 'notification_message', 'notification', 4, ''),
(191, 'notification_url', 'notification', 4, ''),
(192, 'notification_group', 'notification', 4, ''),
(194, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}          '),
(195, 'notification_title', 'notification', 4, ''),
(196, 'notification_message', 'notification', 4, ''),
(197, 'notification_url', 'notification', 4, ''),
(198, 'notification_group', 'notification', 4, ''),
(200, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}           '),
(201, 'notification_title', 'notification', 4, ''),
(202, 'notification_message', 'notification', 4, ''),
(203, 'notification_url', 'notification', 4, ''),
(204, 'notification_group', 'notification', 4, ''),
(206, 'function_setting_update', 'event', 4, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(207, 'notification_title', 'notification', 4, NULL),
(208, 'notification_message', 'notification', 4, NULL),
(209, 'notification_url', 'notification', 4, NULL),
(210, 'notification_group', 'notification', 4, NULL),
(212, 'function_setting_update', 'event', 4, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(213, 'notification_title', 'notification', 4, NULL),
(214, 'notification_message', 'notification', 4, NULL),
(215, 'notification_url', 'notification', 4, NULL),
(216, 'notification_group', 'notification', 4, NULL),
(218, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(219, 'notification_title', 'notification', 4, ''),
(220, 'notification_message', 'notification', 4, ''),
(221, 'notification_url', 'notification', 4, ''),
(222, 'notification_group', 'notification', 4, ''),
(224, 'function_setting_update', 'event', 4, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(225, 'notification_title', 'notification', 4, ''),
(226, 'notification_message', 'notification', 4, ''),
(227, 'notification_url', 'notification', 4, ''),
(228, 'notification_group', 'notification', 4, ''),
(230, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}     '),
(231, 'notification_title', 'notification', 5, ''),
(232, 'notification_message', 'notification', 5, ''),
(233, 'notification_url', 'notification', 5, ''),
(234, 'notification_group', 'notification', 5, ''),
(236, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}      '),
(237, 'notification_title', 'notification', 5, ''),
(238, 'notification_message', 'notification', 5, ''),
(239, 'notification_url', 'notification', 5, ''),
(240, 'notification_group', 'notification', 5, ''),
(242, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}       '),
(243, 'notification_title', 'notification', 5, ''),
(244, 'notification_message', 'notification', 5, ''),
(245, 'notification_url', 'notification', 5, ''),
(246, 'notification_group', 'notification', 5, ''),
(248, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}        '),
(249, 'notification_title', 'notification', 5, ''),
(250, 'notification_message', 'notification', 5, ''),
(251, 'notification_url', 'notification', 5, ''),
(252, 'notification_group', 'notification', 5, ''),
(254, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}         '),
(255, 'notification_title', 'notification', 5, ''),
(256, 'notification_message', 'notification', 5, ''),
(257, 'notification_url', 'notification', 5, ''),
(258, 'notification_group', 'notification', 5, ''),
(259, 'function_setting_create', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}         '),
(260, 'function_setting_update', 'event', 5, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}         '),
(261, 'notification_title', 'notification', 5, ''),
(262, 'notification_message', 'notification', 5, ''),
(263, 'notification_url', 'notification', 5, ''),
(264, 'notification_group', 'notification', 5, ''),
(266, 'function_setting_update', 'event', 8, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(267, 'notification_title', 'notification', 8, NULL),
(268, 'notification_message', 'notification', 8, NULL),
(269, 'notification_url', 'notification', 8, NULL),
(270, 'notification_group', 'notification', 8, NULL),
(271, 'function_setting_create', 'event', 8, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(272, 'function_setting_update', 'event', 8, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(273, 'notification_title', 'notification', 8, ''),
(274, 'notification_message', 'notification', 8, ''),
(275, 'notification_url', 'notification', 8, ''),
(276, 'notification_group', 'notification', 8, ''),
(278, 'function_setting_update', 'event', 9, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(279, 'notification_title', 'notification', 9, NULL),
(280, 'notification_message', 'notification', 9, NULL),
(281, 'notification_url', 'notification', 9, NULL),
(282, 'notification_group', 'notification', 9, NULL),
(284, 'function_setting_update', 'event', 9, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(285, 'notification_title', 'notification', 9, NULL),
(286, 'notification_message', 'notification', 9, NULL),
(287, 'notification_url', 'notification', 9, NULL),
(288, 'notification_group', 'notification', 9, NULL),
(289, 'function_setting_create', 'event', 9, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(290, 'function_setting_update', 'event', 9, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(291, 'notification_title', 'notification', 9, NULL),
(292, 'notification_message', 'notification', 9, NULL),
(293, 'notification_url', 'notification', 9, NULL),
(294, 'notification_group', 'notification', 9, NULL),
(296, 'function_setting_update', 'event', 10, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(297, 'notification_title', 'notification', 10, NULL),
(298, 'notification_message', 'notification', 10, NULL),
(299, 'notification_url', 'notification', 10, NULL),
(300, 'notification_group', 'notification', 10, NULL),
(302, 'function_setting_update', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(303, 'notification_title', 'notification', 10, ''),
(304, 'notification_message', 'notification', 10, ''),
(305, 'notification_url', 'notification', 10, ''),
(306, 'notification_group', 'notification', 10, ''),
(308, 'function_setting_update', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(309, 'notification_title', 'notification', 10, ''),
(310, 'notification_message', 'notification', 10, ''),
(311, 'notification_url', 'notification', 10, ''),
(312, 'notification_group', 'notification', 10, ''),
(314, 'function_setting_update', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(315, 'notification_title', 'notification', 10, ''),
(316, 'notification_message', 'notification', 10, ''),
(317, 'notification_url', 'notification', 10, ''),
(318, 'notification_group', 'notification', 10, ''),
(320, 'function_setting_update', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(321, 'notification_title', 'notification', 10, ''),
(322, 'notification_message', 'notification', 10, ''),
(323, 'notification_url', 'notification', 10, ''),
(324, 'notification_group', 'notification', 10, ''),
(325, 'function_setting_create', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(326, 'function_setting_update', 'event', 10, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(327, 'notification_title', 'notification', 10, ''),
(328, 'notification_message', 'notification', 10, ''),
(329, 'notification_url', 'notification', 10, ''),
(330, 'notification_group', 'notification', 10, ''),
(332, 'function_setting_update', 'event', 11, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(333, 'notification_title', 'notification', 11, NULL),
(334, 'notification_message', 'notification', 11, NULL),
(335, 'notification_url', 'notification', 11, NULL),
(336, 'notification_group', 'notification', 11, NULL),
(338, 'function_setting_update', 'event', 11, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(339, 'notification_title', 'notification', 11, ''),
(340, 'notification_message', 'notification', 11, ''),
(341, 'notification_url', 'notification', 11, ''),
(342, 'notification_group', 'notification', 11, ''),
(344, 'function_setting_update', 'event', 11, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(345, 'notification_title', 'notification', 11, ''),
(346, 'notification_message', 'notification', 11, ''),
(347, 'notification_url', 'notification', 11, ''),
(348, 'notification_group', 'notification', 11, ''),
(349, 'function_setting_create', 'event', 11, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(350, 'function_setting_update', 'event', 11, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(351, 'notification_title', 'notification', 11, ''),
(352, 'notification_message', 'notification', 11, ''),
(353, 'notification_url', 'notification', 11, ''),
(354, 'notification_group', 'notification', 11, ''),
(356, 'function_setting_update', 'event', 12, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(357, 'notification_title', 'notification', 12, NULL),
(358, 'notification_message', 'notification', 12, NULL),
(359, 'notification_url', 'notification', 12, NULL),
(360, 'notification_group', 'notification', 12, NULL),
(362, 'function_setting_update', 'event', 12, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(363, 'notification_title', 'notification', 12, ''),
(364, 'notification_message', 'notification', 12, ''),
(365, 'notification_url', 'notification', 12, ''),
(366, 'notification_group', 'notification', 12, ''),
(368, 'function_setting_update', 'event', 12, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(369, 'notification_title', 'notification', 12, ''),
(370, 'notification_message', 'notification', 12, ''),
(371, 'notification_url', 'notification', 12, ''),
(372, 'notification_group', 'notification', 12, ''),
(373, 'function_setting_create', 'event', 12, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(374, 'function_setting_update', 'event', 12, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(375, 'notification_title', 'notification', 12, ''),
(376, 'notification_message', 'notification', 12, ''),
(377, 'notification_url', 'notification', 12, ''),
(378, 'notification_group', 'notification', 12, ''),
(380, 'function_setting_update', 'event', 13, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(381, 'notification_title', 'notification', 13, NULL),
(382, 'notification_message', 'notification', 13, NULL),
(383, 'notification_url', 'notification', 13, NULL),
(384, 'notification_group', 'notification', 13, NULL),
(386, 'function_setting_update', 'event', 13, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(387, 'notification_title', 'notification', 13, ''),
(388, 'notification_message', 'notification', 13, ''),
(389, 'notification_url', 'notification', 13, ''),
(390, 'notification_group', 'notification', 13, ''),
(391, 'function_setting_create', 'event', 13, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(392, 'function_setting_update', 'event', 13, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(393, 'notification_title', 'notification', 13, ''),
(394, 'notification_message', 'notification', 13, ''),
(395, 'notification_url', 'notification', 13, ''),
(396, 'notification_group', 'notification', 13, ''),
(398, 'function_setting_update', 'event', 14, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(399, 'notification_title', 'notification', 14, NULL),
(400, 'notification_message', 'notification', 14, NULL),
(401, 'notification_url', 'notification', 14, NULL),
(402, 'notification_group', 'notification', 14, NULL),
(403, 'function_setting_create', 'event', 14, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(404, 'function_setting_update', 'event', 14, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(405, 'notification_title', 'notification', 14, NULL),
(406, 'notification_message', 'notification', 14, NULL),
(407, 'notification_url', 'notification', 14, NULL),
(408, 'notification_group', 'notification', 14, NULL),
(410, 'function_setting_update', 'event', 15, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(411, 'notification_title', 'notification', 15, NULL),
(412, 'notification_message', 'notification', 15, NULL),
(413, 'notification_url', 'notification', 15, NULL),
(414, 'notification_group', 'notification', 15, NULL),
(415, 'function_setting_create', 'event', 15, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(416, 'function_setting_update', 'event', 15, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(417, 'notification_title', 'notification', 15, ''),
(418, 'notification_message', 'notification', 15, ''),
(419, 'notification_url', 'notification', 15, ''),
(420, 'notification_group', 'notification', 15, ''),
(422, 'function_setting_update', 'event', 16, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(423, 'notification_title', 'notification', 16, NULL),
(424, 'notification_message', 'notification', 16, NULL),
(425, 'notification_url', 'notification', 16, NULL),
(426, 'notification_group', 'notification', 16, NULL),
(427, 'function_setting_create', 'event', 16, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(428, 'function_setting_update', 'event', 16, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(429, 'notification_title', 'notification', 16, ''),
(430, 'notification_message', 'notification', 16, ''),
(431, 'notification_url', 'notification', 16, ''),
(432, 'notification_group', 'notification', 16, ''),
(434, 'function_setting_update', 'event', 17, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(435, 'notification_title', 'notification', 17, NULL),
(436, 'notification_message', 'notification', 17, NULL),
(437, 'notification_url', 'notification', 17, NULL),
(438, 'notification_group', 'notification', 17, NULL),
(440, 'function_setting_update', 'event', 17, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(441, 'notification_title', 'notification', 17, ''),
(442, 'notification_message', 'notification', 17, ''),
(443, 'notification_url', 'notification', 17, ''),
(444, 'notification_group', 'notification', 17, ''),
(445, 'function_setting_create', 'event', 17, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(446, 'function_setting_update', 'event', 17, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(447, 'notification_title', 'notification', 17, ''),
(448, 'notification_message', 'notification', 17, ''),
(449, 'notification_url', 'notification', 17, ''),
(450, 'notification_group', 'notification', 17, ''),
(452, 'function_setting_update', 'event', 18, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(453, 'notification_title', 'notification', 18, NULL),
(454, 'notification_message', 'notification', 18, NULL),
(455, 'notification_url', 'notification', 18, NULL),
(456, 'notification_group', 'notification', 18, NULL),
(458, 'function_setting_update', 'event', 19, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(459, 'notification_title', 'notification', 19, NULL),
(460, 'notification_message', 'notification', 19, NULL),
(461, 'notification_url', 'notification', 19, NULL),
(462, 'notification_group', 'notification', 19, NULL),
(463, 'function_setting_create', 'event', 18, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(464, 'function_setting_update', 'event', 18, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(465, 'notification_title', 'notification', 18, ''),
(466, 'notification_message', 'notification', 18, ''),
(467, 'notification_url', 'notification', 18, ''),
(468, 'notification_group', 'notification', 18, ''),
(470, 'function_setting_update', 'event', 19, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(471, 'notification_title', 'notification', 19, ''),
(472, 'notification_message', 'notification', 19, ''),
(473, 'notification_url', 'notification', 19, ''),
(474, 'notification_group', 'notification', 19, ''),
(476, 'function_setting_update', 'event', 19, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(477, 'notification_title', 'notification', 19, ''),
(478, 'notification_message', 'notification', 19, ''),
(479, 'notification_url', 'notification', 19, ''),
(480, 'notification_group', 'notification', 19, ''),
(481, 'function_setting_create', 'event', 19, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(482, 'function_setting_update', 'event', 19, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(483, 'notification_title', 'notification', 19, ''),
(484, 'notification_message', 'notification', 19, ''),
(485, 'notification_url', 'notification', 19, ''),
(486, 'notification_group', 'notification', 19, ''),
(487, 'function_setting_create', 'event', 20, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(488, 'function_setting_update', 'event', 20, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(489, 'notification_title', 'notification', 20, NULL),
(490, 'notification_message', 'notification', 20, NULL),
(491, 'notification_url', 'notification', 20, NULL),
(492, 'notification_group', 'notification', 20, NULL),
(493, 'function_setting_create', 'event', 21, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(494, 'function_setting_update', 'event', 21, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(495, 'notification_title', 'notification', 21, NULL),
(496, 'notification_message', 'notification', 21, NULL),
(497, 'notification_url', 'notification', 21, NULL),
(498, 'notification_group', 'notification', 21, NULL),
(500, 'function_setting_update', 'event', 22, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(501, 'notification_title', 'notification', 22, NULL),
(502, 'notification_message', 'notification', 22, NULL),
(503, 'notification_url', 'notification', 22, NULL),
(504, 'notification_group', 'notification', 22, NULL),
(505, 'function_setting_create', 'event', 22, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(506, 'function_setting_update', 'event', 22, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(507, 'notification_title', 'notification', 22, ''),
(508, 'notification_message', 'notification', 22, ''),
(509, 'notification_url', 'notification', 22, ''),
(510, 'notification_group', 'notification', 22, ''),
(512, 'function_setting_update', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(513, 'notification_title', 'notification', 1, ''),
(514, 'notification_message', 'notification', 1, ''),
(515, 'notification_url', 'notification', 1, ''),
(516, 'notification_group', 'notification', 1, ''),
(518, 'function_setting_update', 'event', 23, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(519, 'notification_title', 'notification', 23, NULL),
(520, 'notification_message', 'notification', 23, NULL),
(521, 'notification_url', 'notification', 23, NULL),
(522, 'notification_group', 'notification', 23, NULL),
(524, 'function_setting_update', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(525, 'notification_title', 'notification', 23, ''),
(526, 'notification_message', 'notification', 23, ''),
(527, 'notification_url', 'notification', 23, ''),
(528, 'notification_group', 'notification', 23, ''),
(530, 'function_setting_update', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(531, 'notification_title', 'notification', 23, ''),
(532, 'notification_message', 'notification', 23, ''),
(533, 'notification_url', 'notification', 23, ''),
(534, 'notification_group', 'notification', 23, ''),
(536, 'function_setting_update', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(537, 'notification_title', 'notification', 23, ''),
(538, 'notification_message', 'notification', 23, ''),
(539, 'notification_url', 'notification', 23, ''),
(540, 'notification_group', 'notification', 23, ''),
(542, 'function_setting_update', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(543, 'notification_title', 'notification', 23, ''),
(544, 'notification_message', 'notification', 23, ''),
(545, 'notification_url', 'notification', 23, ''),
(546, 'notification_group', 'notification', 23, ''),
(547, 'function_setting_create', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(548, 'function_setting_update', 'event', 23, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(549, 'notification_title', 'notification', 23, ''),
(550, 'notification_message', 'notification', 23, ''),
(551, 'notification_url', 'notification', 23, ''),
(552, 'notification_group', 'notification', 23, ''),
(554, 'function_setting_update', 'event', 24, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(555, 'notification_title', 'notification', 24, NULL),
(556, 'notification_message', 'notification', 24, NULL),
(557, 'notification_url', 'notification', 24, NULL),
(558, 'notification_group', 'notification', 24, NULL),
(559, 'function_setting_create', 'event', 24, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(560, 'function_setting_update', 'event', 24, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(561, 'notification_title', 'notification', 24, ''),
(562, 'notification_message', 'notification', 24, ''),
(563, 'notification_url', 'notification', 24, ''),
(564, 'notification_group', 'notification', 24, ''),
(566, 'function_setting_update', 'event', 25, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(567, 'notification_title', 'notification', 25, NULL),
(568, 'notification_message', 'notification', 25, NULL),
(569, 'notification_url', 'notification', 25, NULL),
(570, 'notification_group', 'notification', 25, NULL),
(572, 'function_setting_update', 'event', 25, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(573, 'notification_title', 'notification', 25, ''),
(574, 'notification_message', 'notification', 25, ''),
(575, 'notification_url', 'notification', 25, ''),
(576, 'notification_group', 'notification', 25, ''),
(578, 'function_setting_update', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}    '),
(579, 'notification_title', 'notification', 1, ''),
(580, 'notification_message', 'notification', 1, ''),
(581, 'notification_url', 'notification', 1, ''),
(582, 'notification_group', 'notification', 1, ''),
(583, 'function_setting_create', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}     '),
(584, 'function_setting_update', 'event', 1, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}     '),
(585, 'notification_title', 'notification', 1, ''),
(586, 'notification_message', 'notification', 1, ''),
(587, 'notification_url', 'notification', 1, ''),
(588, 'notification_group', 'notification', 1, ''),
(589, 'function_setting_create', 'event', 4, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(590, 'function_setting_update', 'event', 4, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(591, 'notification_title', 'notification', 4, NULL),
(592, 'notification_message', 'notification', 4, NULL),
(593, 'notification_url', 'notification', 4, NULL),
(594, 'notification_group', 'notification', 4, NULL),
(596, 'function_setting_update', 'event', 25, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(597, 'notification_title', 'notification', 25, NULL),
(598, 'notification_message', 'notification', 25, NULL),
(599, 'notification_url', 'notification', 25, NULL),
(600, 'notification_group', 'notification', 25, NULL),
(601, 'function_setting_create', 'event', 25, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(602, 'function_setting_update', 'event', 25, 'function beforeSave() {\r\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\r\n}\r\n\r\nfunction afterSuccess($id){\r\n}'),
(603, 'notification_title', 'notification', 25, NULL),
(604, 'notification_message', 'notification', 25, NULL),
(605, 'notification_url', 'notification', 25, NULL),
(606, 'notification_group', 'notification', 25, NULL),
(607, 'function_setting_create', 'event', 26, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(608, 'function_setting_update', 'event', 26, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(609, 'notification_title', 'notification', 26, NULL),
(610, 'notification_message', 'notification', 26, NULL),
(611, 'notification_url', 'notification', 26, NULL),
(612, 'notification_group', 'notification', 26, NULL),
(614, 'function_setting_update', 'event', 27, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(615, 'notification_title', 'notification', 27, NULL),
(616, 'notification_message', 'notification', 27, NULL),
(617, 'notification_url', 'notification', 27, NULL),
(618, 'notification_group', 'notification', 27, NULL),
(620, 'function_setting_update', 'event', 28, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(621, 'notification_title', 'notification', 28, NULL),
(622, 'notification_message', 'notification', 28, NULL),
(623, 'notification_url', 'notification', 28, NULL),
(624, 'notification_group', 'notification', 28, NULL),
(626, 'function_setting_update', 'event', 28, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(627, 'notification_title', 'notification', 28, ''),
(628, 'notification_message', 'notification', 28, ''),
(629, 'notification_url', 'notification', 28, ''),
(630, 'notification_group', 'notification', 28, ''),
(631, 'function_setting_create', 'event', 27, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(632, 'function_setting_update', 'event', 27, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(633, 'notification_title', 'notification', 27, ''),
(634, 'notification_message', 'notification', 27, ''),
(635, 'notification_url', 'notification', 27, ''),
(636, 'notification_group', 'notification', 27, ''),
(638, 'function_setting_update', 'event', 29, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(639, 'notification_title', 'notification', 29, NULL),
(640, 'notification_message', 'notification', 29, NULL),
(641, 'notification_url', 'notification', 29, NULL),
(642, 'notification_group', 'notification', 29, NULL),
(643, 'function_setting_create', 'event', 30, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(644, 'function_setting_update', 'event', 30, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(645, 'notification_title', 'notification', 30, NULL),
(646, 'notification_message', 'notification', 30, NULL),
(647, 'notification_url', 'notification', 30, NULL),
(648, 'notification_group', 'notification', 30, NULL),
(649, 'function_setting_create', 'event', 31, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(650, 'function_setting_update', 'event', 31, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(651, 'notification_title', 'notification', 31, NULL),
(652, 'notification_message', 'notification', 31, NULL),
(653, 'notification_url', 'notification', 31, NULL),
(654, 'notification_group', 'notification', 31, NULL),
(656, 'function_setting_update', 'event', 32, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(657, 'notification_title', 'notification', 32, NULL),
(658, 'notification_message', 'notification', 32, NULL),
(659, 'notification_url', 'notification', 32, NULL),
(660, 'notification_group', 'notification', 32, NULL),
(662, 'function_setting_update', 'event', 33, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(663, 'notification_title', 'notification', 33, NULL),
(664, 'notification_message', 'notification', 33, NULL),
(665, 'notification_url', 'notification', 33, NULL),
(666, 'notification_group', 'notification', 33, NULL),
(667, 'function_setting_create', 'event', 34, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(668, 'function_setting_update', 'event', 34, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(669, 'notification_title', 'notification', 34, NULL),
(670, 'notification_message', 'notification', 34, NULL),
(671, 'notification_url', 'notification', 34, NULL),
(672, 'notification_group', 'notification', 34, NULL),
(674, 'function_setting_update', 'event', 35, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(675, 'notification_title', 'notification', 35, NULL),
(676, 'notification_message', 'notification', 35, NULL),
(677, 'notification_url', 'notification', 35, NULL),
(678, 'notification_group', 'notification', 35, NULL),
(680, 'function_setting_update', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(681, 'notification_title', 'notification', 36, NULL),
(682, 'notification_message', 'notification', 36, NULL),
(683, 'notification_url', 'notification', 36, NULL),
(684, 'notification_group', 'notification', 36, NULL),
(685, 'function_setting_create', 'event', 37, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(686, 'function_setting_update', 'event', 37, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(687, 'notification_title', 'notification', 37, NULL),
(688, 'notification_message', 'notification', 37, NULL),
(689, 'notification_url', 'notification', 37, NULL),
(690, 'notification_group', 'notification', 37, NULL),
(691, 'function_setting_create', 'event', 28, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(692, 'function_setting_update', 'event', 28, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(693, 'notification_title', 'notification', 28, ''),
(694, 'notification_message', 'notification', 28, ''),
(695, 'notification_url', 'notification', 28, '');
INSERT INTO `crud_function` (`id`, `slug`, `type`, `crud_id`, `content`) VALUES
(696, 'notification_group', 'notification', 28, ''),
(697, 'function_setting_create', 'event', 29, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(698, 'function_setting_update', 'event', 29, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(699, 'notification_title', 'notification', 29, ''),
(700, 'notification_message', 'notification', 29, ''),
(701, 'notification_url', 'notification', 29, ''),
(702, 'notification_group', 'notification', 29, ''),
(704, 'function_setting_update', 'event', 35, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(705, 'notification_title', 'notification', 35, ''),
(706, 'notification_message', 'notification', 35, ''),
(707, 'notification_url', 'notification', 35, ''),
(708, 'notification_group', 'notification', 35, ''),
(710, 'function_setting_update', 'event', 35, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(711, 'notification_title', 'notification', 35, ''),
(712, 'notification_message', 'notification', 35, ''),
(713, 'notification_url', 'notification', 35, ''),
(714, 'notification_group', 'notification', 35, ''),
(715, 'function_setting_create', 'event', 35, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(716, 'function_setting_update', 'event', 35, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(717, 'notification_title', 'notification', 35, ''),
(718, 'notification_message', 'notification', 35, ''),
(719, 'notification_url', 'notification', 35, ''),
(720, 'notification_group', 'notification', 35, ''),
(722, 'function_setting_update', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(723, 'notification_title', 'notification', 36, ''),
(724, 'notification_message', 'notification', 36, ''),
(725, 'notification_url', 'notification', 36, ''),
(726, 'notification_group', 'notification', 36, ''),
(728, 'function_setting_update', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(729, 'notification_title', 'notification', 36, ''),
(730, 'notification_message', 'notification', 36, ''),
(731, 'notification_url', 'notification', 36, ''),
(732, 'notification_group', 'notification', 36, ''),
(733, 'function_setting_create', 'event', 33, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(734, 'function_setting_update', 'event', 33, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(735, 'notification_title', 'notification', 33, ''),
(736, 'notification_message', 'notification', 33, ''),
(737, 'notification_url', 'notification', 33, ''),
(738, 'notification_group', 'notification', 33, ''),
(740, 'function_setting_update', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}   '),
(741, 'notification_title', 'notification', 36, ''),
(742, 'notification_message', 'notification', 36, ''),
(743, 'notification_url', 'notification', 36, ''),
(744, 'notification_group', 'notification', 36, ''),
(745, 'function_setting_create', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}    '),
(746, 'function_setting_update', 'event', 36, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}    '),
(747, 'notification_title', 'notification', 36, ''),
(748, 'notification_message', 'notification', 36, ''),
(749, 'notification_url', 'notification', 36, ''),
(750, 'notification_group', 'notification', 36, ''),
(752, 'function_setting_update', 'event', 32, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n} '),
(753, 'notification_title', 'notification', 32, ''),
(754, 'notification_message', 'notification', 32, ''),
(755, 'notification_url', 'notification', 32, ''),
(756, 'notification_group', 'notification', 32, ''),
(757, 'function_setting_create', 'event', 32, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(758, 'function_setting_update', 'event', 32, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}  '),
(759, 'notification_title', 'notification', 32, ''),
(760, 'notification_message', 'notification', 32, ''),
(761, 'notification_url', 'notification', 32, ''),
(762, 'notification_group', 'notification', 32, ''),
(763, 'function_setting_create', 'event', 38, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(764, 'function_setting_update', 'event', 38, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(765, 'notification_title', 'notification', 38, NULL),
(766, 'notification_message', 'notification', 38, NULL),
(767, 'notification_url', 'notification', 38, NULL),
(768, 'notification_group', 'notification', 38, NULL),
(769, 'function_setting_create', 'event', 39, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(770, 'function_setting_update', 'event', 39, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(771, 'notification_title', 'notification', 39, NULL),
(772, 'notification_message', 'notification', 39, NULL),
(773, 'notification_url', 'notification', 39, NULL),
(774, 'notification_group', 'notification', 39, NULL),
(775, 'function_setting_create', 'event', 40, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(776, 'function_setting_update', 'event', 40, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(777, 'notification_title', 'notification', 40, NULL),
(778, 'notification_message', 'notification', 40, NULL),
(779, 'notification_url', 'notification', 40, NULL),
(780, 'notification_group', 'notification', 40, NULL),
(781, 'function_setting_create', 'event', 41, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(782, 'function_setting_update', 'event', 41, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(783, 'notification_title', 'notification', 41, NULL),
(784, 'notification_message', 'notification', 41, NULL),
(785, 'notification_url', 'notification', 41, NULL),
(786, 'notification_group', 'notification', 41, NULL),
(787, 'function_setting_create', 'event', 42, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(788, 'function_setting_update', 'event', 42, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(789, 'notification_title', 'notification', 42, NULL),
(790, 'notification_message', 'notification', 42, NULL),
(791, 'notification_url', 'notification', 42, NULL),
(792, 'notification_group', 'notification', 42, NULL),
(793, 'function_setting_create', 'event', 43, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(794, 'function_setting_update', 'event', 43, 'function beforeSave() {\n//$save_data[\'_example\'] = $this->input->post(\'_example\');\n}\n\nfunction afterSuccess($id){\n}'),
(795, 'notification_title', 'notification', 43, NULL),
(796, 'notification_message', 'notification', 43, NULL),
(797, 'notification_url', 'notification', 43, NULL),
(798, 'notification_group', 'notification', 43, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `crud_input_chained`
--

CREATE TABLE `crud_input_chained` (
  `id` int(11) UNSIGNED NOT NULL,
  `chain_field` varchar(250) DEFAULT NULL,
  `chain_field_eq` varchar(250) DEFAULT NULL,
  `crud_field_id` int(11) DEFAULT NULL,
  `crud_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_input_chained`
--

INSERT INTO `crud_input_chained` (`id`, `chain_field`, `chain_field_eq`, `crud_field_id`, `crud_id`) VALUES
(139, 'society_name', 'society_name', 812, 5),
(142, 'society_name', 'society_name', 820, 8),
(143, 'meeting_number', 'attendees', 821, 8),
(159, 'id', 'society_name', 1170, 10),
(160, 'id', 'society_name', 1171, 10),
(161, 'society_name', 'society_name', 1175, 10),
(171, 'id', 'society_name', 1346, 11),
(172, 'id', 'society_name', 1347, 11),
(173, 'society_name', 'society_name', 1351, 11),
(183, 'id', 'society_name', 1522, 12),
(184, 'id', 'society_name', 1523, 12),
(185, 'society_name', 'society_name', 1527, 12),
(192, 'id', 'society_name', 1654, 13),
(193, 'id', 'society_name', 1655, 13),
(194, 'society_name', 'society_name', 1659, 13),
(198, 'id', 'society_name', 1743, 14),
(199, 'id', 'society_name', 1744, 14),
(200, 'society_name', 'society_name', 1748, 14),
(203, 'society_name', 'society_name', 1792, 15),
(204, 'society_name', 'attendees', 1793, 15),
(206, 'society_name', 'society_name', 1800, 16),
(209, 'id', 'society_id', 2115, 23),
(211, 'id', 'society_id', 2177, 24),
(212, 'id', 'registration_no', 2326, 4),
(213, 'id', 'address', 2327, 4),
(214, 'society_name', 'society_name', 2331, 4),
(215, 'meeting_number', 'meeting_date', 2334, 4),
(216, 'meeting_number', 'meeting_date', 2335, 4),
(217, 'society_name', 'society_name', 2338, 4),
(218, 'meeting_number', 'meeting_date', 2342, 4),
(219, 'meeting_number', 'meeting_date', 2343, 4),
(220, 'meeting_number', 'meeting_time', 2346, 4),
(221, 'meeting_number', 'meeting_time', 2347, 4),
(222, 'meeting_number', 'meeting_date', 2350, 4),
(223, 'meeting_number', 'meeting_date', 2351, 4),
(224, 'meeting_number', 'meeting_date', 2354, 4),
(225, 'meeting_number', 'meeting_date', 2355, 4),
(226, 'meeting_number', 'meeting_date', 2358, 4),
(227, 'meeting_number', 'meeting_date', 2359, 4),
(228, 'meeting_number', 'meeting_date', 2362, 4),
(229, 'meeting_number', 'meeting_date', 2363, 4),
(230, 'meeting_number', 'meeting_date', 2366, 4),
(231, 'meeting_number', 'meeting_date', 2367, 4);

-- --------------------------------------------------------

--
-- Table structure for table `crud_input_type`
--

CREATE TABLE `crud_input_type` (
  `id` int(11) UNSIGNED NOT NULL,
  `type` varchar(200) NOT NULL,
  `relation` varchar(20) NOT NULL,
  `custom_value` int(11) NOT NULL,
  `validation_group` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_input_type`
--

INSERT INTO `crud_input_type` (`id`, `type`, `relation`, `custom_value`, `validation_group`) VALUES
(1, 'input', '0', 0, 'input'),
(2, 'textarea', '0', 0, 'text'),
(3, 'select', '1', 0, 'select'),
(4, 'editor_wysiwyg', '0', 0, 'editor'),
(5, 'password', '0', 0, 'password'),
(6, 'email', '0', 0, 'email'),
(7, 'address_map', '0', 0, 'address_map'),
(8, 'file', '0', 0, 'file'),
(9, 'file_multiple', '0', 0, 'file_multiple'),
(10, 'datetime', '0', 0, 'datetime'),
(11, 'date', '0', 0, 'date'),
(12, 'timestamp', '0', 0, 'timestamp'),
(13, 'number', '0', 0, 'number'),
(14, 'yes_no', '0', 0, 'yes_no'),
(15, 'time', '0', 0, 'time'),
(16, 'year', '0', 0, 'year'),
(17, 'select_multiple', '1', 0, 'select_multiple'),
(18, 'checkboxes', '1', 0, 'checkboxes'),
(19, 'options', '1', 0, 'options'),
(20, 'true_false', '0', 0, 'true_false'),
(21, 'current_user_username', '0', 0, 'user_username'),
(22, 'current_user_id', '0', 0, 'current_user_id'),
(23, 'custom_option', '0', 1, 'custom_option'),
(24, 'custom_checkbox', '0', 1, 'custom_checkbox'),
(25, 'custom_select_multiple', '0', 1, 'custom_select_multiple'),
(26, 'custom_select', '0', 1, 'custom_select'),
(27, 'chained', '1', 0, 'chained');

-- --------------------------------------------------------

--
-- Table structure for table `crud_input_validation`
--

CREATE TABLE `crud_input_validation` (
  `id` int(11) UNSIGNED NOT NULL,
  `validation` varchar(200) NOT NULL,
  `input_able` varchar(20) NOT NULL,
  `group_input` text NOT NULL,
  `input_placeholder` text NOT NULL,
  `call_back` varchar(10) NOT NULL,
  `input_validation` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `crud_input_validation`
--

INSERT INTO `crud_input_validation` (`id`, `validation`, `input_able`, `group_input`, `input_placeholder`, `call_back`, `input_validation`) VALUES
(1, 'required', 'no', 'input, file, number, text, datetime, select, password, email, editor, date, yes_no, time, year, select_multiple, options, checkboxes, true_false, address_map, custom_option, custom_checkbox, custom_select_multiple, custom_select, file_multiple, chained', '', '', ''),
(2, 'max_length', 'yes', 'input, number, text, select, password, email, editor, yes_no, time, year, select_multiple, options, checkboxes, address_map', '', '', 'numeric'),
(3, 'min_length', 'yes', 'input, number, text, select, password, email, editor, time, year, select_multiple, address_map', '', '', 'numeric'),
(4, 'valid_email', 'no', 'input, email', '', '', ''),
(5, 'valid_emails', 'no', 'input, email', '', '', ''),
(6, 'regex', 'yes', 'input, number, text, datetime, select, password, email, editor, date, yes_no, time, year, select_multiple, options, checkboxes', '', 'yes', 'callback_valid_regex'),
(7, 'decimal', 'no', 'input, number, text, select', '', '', ''),
(8, 'allowed_extension', 'yes', 'file, file_multiple', 'ex : jpg,png,..', '', 'callback_valid_extension_list'),
(9, 'max_width', 'yes', 'file, file_multiple', '', '', 'numeric'),
(10, 'max_height', 'yes', 'file, file_multiple', '', '', 'numeric'),
(11, 'max_size', 'yes', 'file, file_multiple', '... kb', '', 'numeric'),
(12, 'max_item', 'yes', 'file_multiple', '', '', 'numeric'),
(13, 'valid_url', 'no', 'input, text', '', '', ''),
(14, 'alpha', 'no', 'input, text, select, password, editor, yes_no', '', '', ''),
(15, 'alpha_numeric', 'no', 'input, number, text, select, password, editor', '', '', ''),
(16, 'alpha_numeric_spaces', 'no', 'input, number, text,select, password, editor', '', '', ''),
(17, 'valid_number', 'no', 'input, number, text, password, editor, true_false', '', 'yes', ''),
(18, 'valid_datetime', 'no', 'input, datetime, text', '', 'yes', ''),
(19, 'valid_date', 'no', 'input, datetime, date, text', '', 'yes', ''),
(20, 'valid_max_selected_option', 'yes', 'select_multiple, custom_select_multiple, custom_checkbox, checkboxes', '', 'yes', 'numeric'),
(21, 'valid_min_selected_option', 'yes', 'select_multiple, custom_select_multiple, custom_checkbox, checkboxes', '', 'yes', 'numeric'),
(22, 'valid_alpha_numeric_spaces_underscores', 'no', 'input, text,select, password, editor', '', 'yes', ''),
(23, 'matches', 'yes', 'input, number, text, password, email', 'any field', 'no', 'callback_valid_alpha_numeric_spaces_underscores'),
(24, 'valid_json', 'no', 'input, text, editor', '', 'yes', ' '),
(25, 'valid_url', 'no', 'input, text, editor', '', 'no', ' '),
(26, 'exact_length', 'yes', 'input, text, number', '0 - 99999*', 'no', 'numeric'),
(27, 'alpha_dash', 'no', 'input, text', '', 'no', ''),
(28, 'integer', 'no', 'input, text, number', '', 'no', ''),
(29, 'differs', 'yes', 'input, text, number, email, password, editor, options, select', 'any field', 'no', 'callback_valid_alpha_numeric_spaces_underscores'),
(30, 'is_natural', 'no', 'input, text, number', '', 'no', ''),
(31, 'is_natural_no_zero', 'no', 'input, text, number', '', 'no', ''),
(32, 'less_than', 'yes', 'input, text, number', '', 'no', 'numeric'),
(33, 'less_than_equal_to', 'yes', 'input, text, number', '', 'no', 'numeric'),
(34, 'greater_than', 'yes', 'input, text, number', '', 'no', 'numeric'),
(35, 'greater_than_equal_to', 'yes', 'input, text, number', '', 'no', 'numeric'),
(36, 'in_list', 'yes', 'input, text, number, select, options', '', 'no', 'callback_valid_multiple_value'),
(37, 'valid_ip', 'no', 'input, text', '', 'no', '');

-- --------------------------------------------------------

--
-- Table structure for table `dashboard`
--

CREATE TABLE `dashboard` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `slug` text NOT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `form`
--

CREATE TABLE `form` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `subject` varchar(200) NOT NULL,
  `table_name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `form_custom_attribute`
--

CREATE TABLE `form_custom_attribute` (
  `id` int(11) UNSIGNED NOT NULL,
  `form_field_id` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `attribute_value` text NOT NULL,
  `attribute_label` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `form_custom_option`
--

CREATE TABLE `form_custom_option` (
  `id` int(11) UNSIGNED NOT NULL,
  `form_field_id` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `option_value` text NOT NULL,
  `option_label` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `form_field`
--

CREATE TABLE `form_field` (
  `id` int(11) UNSIGNED NOT NULL,
  `form_id` int(11) NOT NULL,
  `sort` int(11) NOT NULL,
  `field_name` varchar(200) NOT NULL,
  `input_type` varchar(200) NOT NULL,
  `field_label` varchar(200) DEFAULT NULL,
  `placeholder` text DEFAULT NULL,
  `show_detail_page` varchar(20) DEFAULT NULL,
  `show_update_form` varchar(20) DEFAULT NULL,
  `show_add_form` varchar(20) DEFAULT NULL,
  `show_column` varchar(20) DEFAULT NULL,
  `auto_generate_help_block` varchar(10) DEFAULT NULL,
  `help_block` text DEFAULT NULL,
  `relation_table` varchar(200) DEFAULT NULL,
  `relation_value` varchar(200) DEFAULT NULL,
  `relation_label` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `form_field_validation`
--

CREATE TABLE `form_field_validation` (
  `id` int(11) UNSIGNED NOT NULL,
  `form_field_id` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `validation_name` varchar(200) NOT NULL,
  `validation_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `infrastructure`
--

CREATE TABLE `infrastructure` (
  `id` int(11) NOT NULL,
  `heading` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `name1` text NOT NULL,
  `image1` text NOT NULL,
  `name2` text NOT NULL,
  `image2` text NOT NULL,
  `name3` text NOT NULL,
  `image3` text NOT NULL,
  `name4` text NOT NULL,
  `image4` text NOT NULL,
  `name5` text NOT NULL,
  `image5` text NOT NULL,
  `name6` text NOT NULL,
  `image6` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `infrastructure`
--

INSERT INTO `infrastructure` (`id`, `heading`, `description`, `name1`, `image1`, `name2`, `image2`, `name3`, `image3`, `name4`, `image4`, `name5`, `image5`, `name6`, `image6`) VALUES
(1, 'Infrastructure', 'Veekay blower has state of art of manufacturing facility of around 25000 Sq. Ft. in Thane equiped with all machineries Including', 'Bending Machine', '20230426134106-2023-04-26infrastructure134030.jpg', 'Cranes Capacity of 5 Tons and 2 Tons', '20230426134106-2023-04-26infrastructure134043.jpg', 'Cutting Machines', '20230426134106-2023-04-26infrastructure134046.jpg', 'Keyway Milling Machine', '20230426134106-2023-04-26infrastructure134051.jpg', 'Rolling Machine', '20230426134106-2023-04-26infrastructure134057.jpg', 'Welding Facility with machineries', '20230426134106-2023-04-26infrastructure134103.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `keys`
--

CREATE TABLE `keys` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `key` varchar(40) NOT NULL,
  `level` int(2) NOT NULL,
  `ignore_limits` tinyint(1) NOT NULL,
  `is_private_key` tinyint(1) NOT NULL,
  `ip_addresses` text DEFAULT NULL,
  `date_created` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `keys`
--

INSERT INTO `keys` (`id`, `user_id`, `key`, `level`, `ignore_limits`, `is_private_key`, `ip_addresses`, `date_created`) VALUES
(1, 0, '3FE610A41D9DB76146665199BA707DB4', 0, 0, 0, NULL, '2022-06-21 06:36:01');

-- --------------------------------------------------------

--
-- Table structure for table `log`
--

CREATE TABLE `log` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `type` varchar(200) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `menu`
--

CREATE TABLE `menu` (
  `id` int(11) UNSIGNED NOT NULL,
  `label` varchar(200) DEFAULT NULL,
  `type` varchar(200) DEFAULT NULL,
  `icon_color` varchar(200) DEFAULT NULL,
  `link` varchar(200) DEFAULT NULL,
  `sort` int(11) NOT NULL,
  `parent` int(11) NOT NULL,
  `icon` varchar(50) DEFAULT NULL,
  `menu_type_id` int(11) NOT NULL,
  `active` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `menu`
--

INSERT INTO `menu` (`id`, `label`, `type`, `icon_color`, `link`, `sort`, `parent`, `icon`, `menu_type_id`, `active`) VALUES
(1, 'MAIN NAVIGATION', 'label', '', '{admin_url}/dashboard', 1, 0, '', 1, 1),
(2, 'Dashboard', 'menu', '', '{admin_url}/dashboard', 3, 0, 'fa-dashboard', 1, 1),
(3, 'CRUD Builder', 'menu', '', '{admin_url}/crud', 8, 0, 'fa-table', 1, 1),
(4, 'API Builder', 'menu', '', '{admin_url}/rest', 9, 0, 'fa-code', 1, 1),
(5, 'Page Builder', 'menu', '', '{admin_url}/page', 10, 0, 'fa-file-o', 1, 1),
(6, 'Form Builder', 'menu', '', '{admin_url}/form', 11, 0, 'fa-newspaper-o', 1, 1),
(7, 'Blog', 'menu', '', '{admin_url}/blog', 7, 0, 'fa-file-text-o', 1, 1),
(8, 'Menu', 'menu', '', '{admin_url}/menu', 12, 0, 'fa-bars', 1, 1),
(9, 'Auth', 'menu', '', '', 13, 0, 'fa-shield', 1, 1),
(10, 'User', 'menu', '', '{admin_url}/user', 14, 9, '', 1, 1),
(11, 'Groups', 'menu', '', '{admin_url}/group', 15, 9, '', 1, 1),
(12, 'Access', 'menu', '', '{admin_url}/access', 16, 9, '', 1, 1),
(13, 'Permission', 'menu', '', '{admin_url}/permission', 17, 9, '', 1, 1),
(14, 'API Keys', 'menu', '', '{admin_url}/keys', 18, 9, '', 1, 1),
(15, 'Extension', 'menu', '', '{admin_url}/extension', 19, 0, 'fa-puzzle-piece', 1, 1),
(16, 'Database', 'menu', '', '{admin_url}/database', 20, 0, 'fa-database', 1, 1),
(17, 'OTHER', 'label', '', '', 21, 0, '', 1, 1),
(18, 'Settings', 'menu', 'text-red', '{admin_url}/setting', 22, 0, 'fa-circle-o', 1, 1),
(19, 'Web Documentation', 'menu', 'text-blue', '{admin_url}/doc/web', 23, 0, 'fa-circle-o', 1, 1),
(20, 'API Documentation', 'menu', 'text-yellow', '{admin_url}/doc/api', 24, 0, 'fa-circle-o', 1, 1),
(21, 'Home', 'menu', '', '/', 1, 0, '', 2, 1),
(22, 'Blog', 'menu', '', 'blog', 4, 0, '', 2, 1),
(23, 'Dashboard', 'menu', '', 'administrator/dashboard', 5, 0, '', 2, 1),
(27, 'General', 'label', 'default', '{admin_url}', 2, 0, '', 1, 1),
(38, 'Home', 'menu', 'default', '#', 4, 0, 'fa-home', 1, 1),
(59, 'Slider', 'menu', 'default', '{admin_url}/slider', 5, 38, '', 1, 1),
(60, 'Services', 'menu', 'default', '{admin_url}/services', 6, 38, '', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `menu_type`
--

CREATE TABLE `menu_type` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL,
  `definition` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `menu_type`
--

INSERT INTO `menu_type` (`id`, `name`, `definition`) VALUES
(1, 'side menu', NULL),
(2, 'top menu', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `version` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`version`) VALUES
(20);

-- --------------------------------------------------------

--
-- Table structure for table `news_blog`
--

CREATE TABLE `news_blog` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `description` varchar(255) NOT NULL,
  `image` text NOT NULL,
  `created_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `notification`
--

CREATE TABLE `notification` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `url` text DEFAULT NULL,
  `read` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `our_products`
--

CREATE TABLE `our_products` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `image` text NOT NULL,
  `home_page_active` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `our_products`
--

INSERT INTO `our_products` (`id`, `name`, `image`, `home_page_active`) VALUES
(1, 'CENTRIFUGAL BLOWER & FANS', '20230426180656-2023-04-26our_products180653.jpg', 'yes'),
(2, 'AXIAL FLOW FANS', '20230426181114-2023-04-26our_products181109.jpg', 'yes'),
(3, 'ID and FD Fans', '20230426181223-2023-04-26our_products181213.jpg', 'yes'),
(4, 'VENTURI INDUSTRIAL WET SCRUBBER  Fans', '20230426182126-2023-04-26our_products182124.jpg', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `page`
--

CREATE TABLE `page` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `type` varchar(200) NOT NULL,
  `content` text NOT NULL,
  `fresh_content` text NOT NULL,
  `keyword` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `link` varchar(200) DEFAULT NULL,
  `template` varchar(200) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `page_block_element`
--

CREATE TABLE `page_block_element` (
  `id` int(11) UNSIGNED NOT NULL,
  `group_name` varchar(200) NOT NULL,
  `content` text NOT NULL,
  `image_preview` varchar(200) NOT NULL,
  `block_name` varchar(200) NOT NULL,
  `content_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `product`
--

CREATE TABLE `product` (
  `id` int(11) NOT NULL,
  `product_category` text NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `image` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `product`
--

INSERT INTO `product` (`id`, `product_category`, `name`, `description`, `image`) VALUES
(1, '1', 'High Temperate Fan  ', '<div class=\"project-content mb-22\">\r\n<h4 class=\"title\">Specifications:</h4>\r\n\r\n<div class=\"description\">Capacity up to 90,000 CFM and Pressure up to 60 IN WG<br />\r\nThis series of industrial fan is being used to carry dirty Fluids at high pressure. This series of fans has Impellers with forward positive blades. This series of fan is sutaible where developed pressure and flow rate ratio is high.</div>\r\n</div>\r\n\r\n<div class=\"project-content mb-22\">\r\n<h4 class=\"title\">Industry:</h4>\r\n\r\n<div class=\"description\">1. Cement Industry<br />\r\n2. Chemical Industry</div>\r\n</div>\r\n\r\n<div class=\"project-content mb-22\">\r\n<h4 class=\"title\">Purpose:</h4>\r\n\r\n<div class=\"description\">1. Conditioning<br />\r\n2. Drying system<br />\r\n3. Pressurization<br />\r\n4. Pneumatic Conveyance<br />\r\n5. Forced Draughts</div>\r\n</div>\r\n', '20230502190601-2023-05-02product190600.jpg'),
(2, '1', 'Single Stage High Pressure Fan ', '<div class=\"project-content mb-22\">\r\n			    					<h4 class=\"title\">Specifications:</h4>\r\n			    					<div class=\"description\">\r\n			    					  Capacity up to 90,000 CFM and Pressure up to 60 IN WG <br>This series of industrial fan is being used to carry dirty Fluids at high pressure. This series of fans has Impellers with forward positive blades. This series of fan is sutaible where developed pressure and flow rate ratio is high. \r\n     		\r\n			    					</div>\r\n			    				</div>\r\n			    				<div class=\"project-content mb-22\">\r\n			    					<h4 class=\"title\">Industry:</h4>\r\n			    					<div class=\"description\">\r\n			    					  1. Cement Industry  <br>2. Chemical Industry  		\r\n			    					</div>\r\n			    				</div>\r\n			    				<div class=\"project-content mb-22\">\r\n			    					<h4 class=\"title\">Purpose:</h4>\r\n			    					<div class=\"description\">\r\n			    					 1. Conditioning <br>\r\n									2. Drying system <br>\r\n									3. Pressurization<br>\r\n									4. Pneumatic Conveyance <br>\r\n									5. Forced Draughts\r\n	\r\n\r\n\r\n \r\n\r\n	\r\n			    					</div>\r\n			    				</div>', '20230502193848-2023-05-02product193812.jpg'),
(3, '1', 'High efficiency low noise Fans  ', '<h4>Specifications:</h4>\r\nPressure Up to 75 IN WG<br />\r\nThis series of industrial fan is being used to carry light dusty air. This series of fans has impellers have backward curved blades with an high efficiency at low noise level. This series of fan is sutaible where developed pressure and flow rate ratio is high.\r\n<h4>Industry:</h4>\r\n1. Furnaces<br />\r\n2. Glasswork<br />\r\n3. Fundries<br />\r\n4. Cement Plant<br />\r\n5. Food Industry<br />\r\n6. Mill<br />\r\n7. Chemical Industry\r\n<h4>Purpose:</h4>\r\n1. Conditioning<br />\r\n2. Drying system<br />\r\n3. Pressurization<br />\r\n4. Pneumatic Conveyance<br />\r\n5. Forced Draughts', '20230503020848-2023-05-03product020712.jpg'),
(4, '1', 'Industrial Dedusting and Filtering Fans  ', '<h4>Specifications:</h4>\r\nCFM up to 1,00,000 and Pressure up to 25 IN WG<br />\r\nThis series of industrial fan is being used to carry light dusty air. This series of fans has impellers have backward curved blades with an high efficiency at low noise level. This series of fan is Suitable for all applications with medium-high capacity and medium-high pressure at the same time. With a full line of mechanical dust collectors and filter systems, industrial filtering fans are designed for clean air to control and eliminate massive particle load from entering into the airstream\r\n<h4>Industry:</h4>\r\nDe Dusting and Filtering Industry\r\n\r\n<h4>Purpose:</h4>\r\n1. Suction<br />\r\n2. Flues Extraction<br />\r\n3. Drying system<br />\r\n4. Exhausting clean filtered air out of the system whether there is sawdust, metal scraps, or welding smoke', '20230503021656-2023-05-03product021647.jpg'),
(5, '1', 'Medium Pressure Paddle Fan  ', '<h4>Specifications:</h4>\r\nUp to 1,00,000 CFM and Pressure up to 25 IN WG<br />\r\nThis series of industrial fan is being used to carry dust laden air. This series of fans has Closed impellers with backward curved blades. This series of fan is applications where the flow through the fan consists of solid material of small-medium dimensions, with the exclusion of fibrous materials.\r\n<h4>Industry:</h4>\r\nChemical Industry\r\n\r\n<h4>Purpose:</h4>\r\n1. Conditioning<br />\r\n2. Suction<br />\r\n3. Fumes extraction<br />\r\n4. Drying<br />\r\n5. Conveyance of sawdust, short wooden chips and plastic materials', '20230503021825-2023-05-03product021800.jpg'),
(6, '1', 'V Belt Driven low Capacity high Pressure Fan  ', '<h4>Specifications:</h4>\r\nSpecifications:&nbsp; &nbsp; &nbsp;V = 0,01 &divide; 15 m3/s Pt = 600 &divide; 18000 Pa<br />\r\nCFM upto 20000 CFM and pressure upto 75 IN WG<br />\r\nThis series of industrial fan is being used to carry really dusty air with high amont of solid particles suspended in the air. This series of fans has open impellers with radial or forward blades. Suitable for application where closed impellers tend to get clogged in the conveyance of fibrous materials\r\n<h4>Industry:</h4>\r\n1. Textile<br />\r\n2. Wood works<br />\r\n3. Plastic<br />\r\n4. Tobacco<br />\r\n5. Foundries<br />\r\n6. Paper mills\r\n<h4>Purpose:</h4>\r\n1. Pnematic Transporation of ble<br />\r\n2. Waste Recovery<br />\r\n3. Industrial Conditioning', '20230503021928-2023-05-03product021920.jpg'),
(7, '1', 'DIDW HCMP', '<h4>Specifications:</h4>\r\nSpecifications V = 1,5 &divide; 550 m3/Pt = 160 &divide; 8000 Pa<br />\r\nPressure upto 32 IN WG<br />\r\nThis series of industrial fan is being used to carry clean or light dusty air. This series of fans has impellers are double inlet type, with high efficiency backward curved blades. Suitable for all applications with high capacity against medium-high pressure.\r\n<h4>Industry:</h4>\r\n1. Civil<br />\r\n2. Ceramic and Brick<br />\r\n3. Food (Cereals )<br />\r\n4. Warehousing<br />\r\n5. Paiting<br />\r\n6. Textile\r\n<h4>Purpose:</h4>\r\n1. Industrial Conditioning<br />\r\n2. Storage aeration<br />\r\n3. Intake from textile sector plants<br />\r\n4. Drying', '20230503022026-2023-05-03product022021.jpg'),
(8, '2', 'direct drive size 14\" to 48\"															', '<h4 class=\"title\">Specifications:</h4>\r\n\r\n<div class=\"description\">Tube axial Fans are specifically designed for cost effective, reliable air movement in commercial and light industrial ducted and non-ducted applications. Direct and belt drive models are available with cast aluminum propellers to meet specific application requirements.</div>\r\n\r\n<div class=\"project-content mb-22\"></div>\r\n\r\n<h4 class=\"title\">Performance</h4>\r\n\r\n<div class=\"description\">1. Airflow to 61,000 CFM<br />\r\n2.Static pressures to 11∕2&quot; w.g.</div>\r\n\r\n<div class=\"project-content mb-22\">\r\n<h4 class=\"title\">Construction Features</h4>\r\n1.Die cast aluminum blades and hubs.<br />\r\n2. Continuously welded,heavy-gauge,corrosion resistant,enamel coated steel housing.<br />\r\n3.Heavy-gauge steel motor and bearing supports provide maximum strength with minimal resistance to airflow.<br />\r\n4. Flanged housings with prepunched mounting hole can easily be connected to ductwork.<br />\r\n5.Dynamically balanced propellers for quiet,vibration-free operation.</div>\r\n\r\n<p>Available with a wide variety of ODP,TEFC and explosion proof ball bearing motors</p>\r\n', '20230503023932-2023-05-03product023930.jpg'),
(9, '2', 'Belt driven sizes 14\" to 54\" ', '<h4>Specifications:</h4>\r\nTube axial Fans are specifically designed for cost effective, reliable air movement in commercial and light industrial ducted and non-ducted applications. Direct and belt drive models are available with cast aluminum propellers to meet specific application requirements.\r\n\r\n<h4>Performance</h4>\r\n1. Airflow to 61,000 CFM<br />\r\n2.Static pressures to 11∕2 w.g.\r\n<h4>Construction Features</h4>\r\n1.Die cast aluminum blades and hubs.<br />\r\n2. Continuously welded,heavy-gauge,corrosion resistant,enamel coated steel housing.<br />\r\n3.Heavy-gauge steel motor and bearing supports provide maximum strength with minimal resistance to airflow.<br />\r\n4. Flanged housings with prepunched mounting hole can easily be connected to ductwork.<br />\r\n5.Dynamically balanced propellers for quiet,vibration-free operation.\r\n<p>Available with a wide variety of ODP,TEFC and explosion proof ball bearing motors</p>\r\n', '20230503041825-2023-05-03product041823.png'),
(10, '3', 'ID Fan –Limit Load Blower', '<div class=\"description\">With thorough industry knowledge,we are engaged in manufacturing and supplying a wide range of Limit Load Blowers.<br />\r\nHigh quality components that are sourced from most authentic vendors of market are used in the manufacturing.<br />\r\nAvailable in various specifications;these machines are in adherence with international quality standards.</div>\r\n\r\n<div class=\"project-content mb-22\">\r\n<h4 class=\"title\">Features</h4>\r\n\r\n<div class=\"description\">1.Noise free operations<br />\r\n2.Longer service life<br />\r\n3.Low maintenance</div>\r\n</div>\r\n', '20230503035859-2023-05-03product035850.jpg'),
(11, '4', 'Venturi Industrial Wet Scrubber', '<div class=\"description\">Venturi Scrubbers&nbsp;are particulate scrubbers that are highly efficient at removing particulate matter (i.e.,PM 2.5) emissions from industrial exhaust generated from batch and continuous-type process applications.<br />\r\nVenturi Scrubbers have several advantages compared to filters and other dust collection equipment;not only is the overall size of the equipment often small,but they can handle particle-laden gas streams that are high temperatures or contain moisture<br />\r\nOther advantages relate to ease of maintenance and choice of construction options;aside from having a system fan and recirculation pump,Venturi scrubbers are solid state and have continuous blow-down of the scrubbing liquid &amp; freshwater makeup,which decreases the frequency of cleaning.</div>\r\n', '20230503042934-2023-05-03product042932.jpeg');

-- --------------------------------------------------------

--
-- Table structure for table `reminder`
--

CREATE TABLE `reminder` (
  `id` int(11) UNSIGNED NOT NULL,
  `receipent_custom_query` text DEFAULT NULL,
  `receipent_department` varchar(200) DEFAULT NULL,
  `primary_field` varchar(200) DEFAULT NULL,
  `table` varchar(200) DEFAULT NULL,
  `title` varchar(200) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `type` varchar(200) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `repeat_frequency` varchar(200) DEFAULT NULL,
  `receipent` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `reminder_condition`
--

CREATE TABLE `reminder_condition` (
  `id` int(11) UNSIGNED NOT NULL,
  `cond_type` varchar(200) DEFAULT NULL,
  `cond_table` varchar(200) DEFAULT NULL,
  `cond_field` varchar(200) NOT NULL,
  `cond_operator` varchar(200) NOT NULL,
  `cond_value` varchar(255) DEFAULT NULL,
  `cond_logic` varchar(20) NOT NULL DEFAULT 'AND',
  `reminder_id` int(11) NOT NULL,
  `group_id` int(11) DEFAULT NULL,
  `sort_order` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `reminder_cron`
--

CREATE TABLE `reminder_cron` (
  `id` int(11) UNSIGNED NOT NULL,
  `reminder_id` int(11) NOT NULL,
  `reff_id` int(11) NOT NULL,
  `reff_table` varchar(200) NOT NULL,
  `status` varchar(200) DEFAULT NULL,
  `sent_at` datetime NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `rest`
--

CREATE TABLE `rest` (
  `id` int(11) UNSIGNED NOT NULL,
  `subject` varchar(200) NOT NULL,
  `table_name` varchar(200) NOT NULL,
  `primary_key` varchar(200) NOT NULL,
  `x_api_key` varchar(20) DEFAULT NULL,
  `x_token` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `rest_field`
--

CREATE TABLE `rest_field` (
  `id` int(11) UNSIGNED NOT NULL,
  `rest_id` int(11) NOT NULL,
  `field_name` varchar(200) NOT NULL,
  `field_label` varchar(200) DEFAULT NULL,
  `input_type` varchar(200) NOT NULL,
  `show_column` varchar(10) DEFAULT NULL,
  `show_add_api` varchar(10) DEFAULT NULL,
  `show_update_api` varchar(10) DEFAULT NULL,
  `show_detail_api` varchar(10) DEFAULT NULL,
  `relation_table` varchar(200) DEFAULT NULL,
  `relation_value` varchar(200) DEFAULT NULL,
  `relation_label` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `rest_field_validation`
--

CREATE TABLE `rest_field_validation` (
  `id` int(11) UNSIGNED NOT NULL,
  `rest_field_id` int(11) NOT NULL,
  `rest_id` int(11) NOT NULL,
  `validation_name` varchar(200) NOT NULL,
  `validation_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `rest_input_type`
--

CREATE TABLE `rest_input_type` (
  `id` int(11) UNSIGNED NOT NULL,
  `type` varchar(200) NOT NULL,
  `relation` varchar(20) NOT NULL,
  `validation_group` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `rest_input_type`
--

INSERT INTO `rest_input_type` (`id`, `type`, `relation`, `validation_group`) VALUES
(1, 'input', '0', 'input'),
(2, 'timestamp', '0', 'timestamp'),
(3, 'file', '0', 'file'),
(4, 'select', '1', 'select');

-- --------------------------------------------------------

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` int(11) NOT NULL,
  `heading` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `services`
--

INSERT INTO `services` (`id`, `heading`, `description`, `image`) VALUES
(1, 'Water Purifier', 'Being one of the reputed companies of the industry, we are providing Water Purifier Repairing Service to our precious patrons.', '20230808140852-2023-08-08services140836.jpg'),
(2, 'Ultraviolet (UV)', 'If you are looking for Repairing Services for your Water Purifier than you are on the right place.', '20230808141115-2023-08-08services141046.jpg'),
(3, 'Ro Water Purifier', 'We at Nitish Service Centre offer you excellent comprehensive & non comprehensive service contracts at your door steps.', '20230808141219-2023-08-08services141145.jpg'),
(4, 'Ultra Filtration (UF)', 'Our company has gained immense accolades in the field of offering Water Purifier to the clients.', '20230808141305-2023-08-08services141243.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `slider`
--

CREATE TABLE `slider` (
  `id` int(11) NOT NULL,
  `heading` varchar(255) NOT NULL,
  `image` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `slider`
--

INSERT INTO `slider` (`id`, `heading`, `image`) VALUES
(3, '', '20230904143432-2023-09-04slider143430.png'),
(4, '', '20230904143448-2023-09-04slider143445.png'),
(5, '', '20230904151405-2023-09-04slider151403.png'),
(6, '', '20230901154444-2023-09-01slider154438.png'),
(7, '', '20230901154459-2023-09-01slider154456.png');

-- --------------------------------------------------------

--
-- Table structure for table `vission_mission`
--

CREATE TABLE `vission_mission` (
  `id` int(11) NOT NULL,
  `heading` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` text NOT NULL,
  `home_page_active` varchar(25) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `vission_mission`
--

INSERT INTO `vission_mission` (`id`, `heading`, `description`, `image`, `home_page_active`) VALUES
(1, 'VISION', ' BECOME MOST PREFERED INDUSTRIAL FAN TECHNOLOGY PARTNER and make a difference through a team of dedicated professionals by valuing our customers, delivering our promises to contribute the sustainable growth of company', '20230426032602-2023-04-26vission_mission032450.png', 'yes'),
(2, 'MISSION', 'Is to avail best in class services in more professional and transparent manner with commitment to highest standard of service quality at reasonable cost deliver more value to our customer that earns their respect and loyalty rtrengthen mutually beneficial relationship with our customer with long term focus', '20230426134242-2023-04-26vission_mission134237.png', 'yes'),
(3, 'values', 'Team Work : Inspire each other to succeed work together and support each other to achieve goals\r\nCustomer Focus : Listen to customer and delivering real value\r\nIntegrity : Honest with each other and constructively give and willingly accept candid feedback\r\nAccountability : Take ownership of results delivered in our area of work.', '20230426134432-2023-04-26vission_mission134429.png', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `widgeds`
--

CREATE TABLE `widgeds` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `dashboard_id` int(11) NOT NULL,
  `widged_uuid` varchar(255) NOT NULL,
  `widged_type` varchar(255) NOT NULL,
  `sort_number` int(11) NOT NULL,
  `width` int(11) NOT NULL,
  `height` int(11) NOT NULL,
  `y` int(11) NOT NULL,
  `x` int(11) NOT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `widged_chart`
--

CREATE TABLE `widged_chart` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `widged_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `widged_chart_series`
--

CREATE TABLE `widged_chart_series` (
  `id` int(11) UNSIGNED NOT NULL,
  `label` varchar(200) NOT NULL,
  `value_unit` varchar(200) NOT NULL,
  `data_table` varchar(255) NOT NULL,
  `data_field` varchar(255) NOT NULL,
  `formula` varchar(255) DEFAULT NULL,
  `formula_field` varchar(255) DEFAULT NULL,
  `x_axis_field` varchar(255) NOT NULL,
  `x_axis_field_type` varchar(255) NOT NULL,
  `x_axis_grouping` varchar(20) NOT NULL DEFAULT 'yes',
  `color` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `widged_chart_id` int(11) NOT NULL,
  `widged_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `widged_chart_series_condition`
--

CREATE TABLE `widged_chart_series_condition` (
  `id` int(11) UNSIGNED NOT NULL,
  `cond_field` varchar(200) NOT NULL,
  `cond_operator` varchar(200) NOT NULL,
  `cond_value` varchar(255) NOT NULL,
  `cond_logic` varchar(20) NOT NULL DEFAULT 'AND',
  `widged_series_id` int(11) NOT NULL,
  `widged_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `aauth_groups`
--
ALTER TABLE `aauth_groups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_group_to_group`
--
ALTER TABLE `aauth_group_to_group`
  ADD PRIMARY KEY (`group_id`,`subgroup_id`);

--
-- Indexes for table `aauth_login_attempts`
--
ALTER TABLE `aauth_login_attempts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_perms`
--
ALTER TABLE `aauth_perms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_perm_to_user`
--
ALTER TABLE `aauth_perm_to_user`
  ADD PRIMARY KEY (`user_id`,`perm_id`);

--
-- Indexes for table `aauth_pms`
--
ALTER TABLE `aauth_pms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_user`
--
ALTER TABLE `aauth_user`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_users`
--
ALTER TABLE `aauth_users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `aauth_user_to_group`
--
ALTER TABLE `aauth_user_to_group`
  ADD PRIMARY KEY (`user_id`,`group_id`);

--
-- Indexes for table `aauth_user_variables`
--
ALTER TABLE `aauth_user_variables`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `about_us`
--
ALTER TABLE `about_us`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blog`
--
ALTER TABLE `blog`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blog_category`
--
ALTER TABLE `blog_category`
  ADD PRIMARY KEY (`category_id`);

--
-- Indexes for table `captcha`
--
ALTER TABLE `captcha`
  ADD PRIMARY KEY (`captcha_id`);

--
-- Indexes for table `cc_options`
--
ALTER TABLE `cc_options`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `clientele_case_study`
--
ALTER TABLE `clientele_case_study`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contact`
--
ALTER TABLE `contact`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contact_us`
--
ALTER TABLE `contact_us`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud`
--
ALTER TABLE `crud`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_action`
--
ALTER TABLE `crud_action`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_custom_option`
--
ALTER TABLE `crud_custom_option`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_field`
--
ALTER TABLE `crud_field`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_field_condition`
--
ALTER TABLE `crud_field_condition`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_field_configuration`
--
ALTER TABLE `crud_field_configuration`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_field_validation`
--
ALTER TABLE `crud_field_validation`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_function`
--
ALTER TABLE `crud_function`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_input_chained`
--
ALTER TABLE `crud_input_chained`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_input_type`
--
ALTER TABLE `crud_input_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `crud_input_validation`
--
ALTER TABLE `crud_input_validation`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `dashboard`
--
ALTER TABLE `dashboard`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form`
--
ALTER TABLE `form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form_custom_attribute`
--
ALTER TABLE `form_custom_attribute`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form_custom_option`
--
ALTER TABLE `form_custom_option`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form_field`
--
ALTER TABLE `form_field`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form_field_validation`
--
ALTER TABLE `form_field_validation`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `infrastructure`
--
ALTER TABLE `infrastructure`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `keys`
--
ALTER TABLE `keys`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `log`
--
ALTER TABLE `log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `menu`
--
ALTER TABLE `menu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `menu_type`
--
ALTER TABLE `menu_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `news_blog`
--
ALTER TABLE `news_blog`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `notification`
--
ALTER TABLE `notification`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `our_products`
--
ALTER TABLE `our_products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `page`
--
ALTER TABLE `page`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `page_block_element`
--
ALTER TABLE `page_block_element`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product`
--
ALTER TABLE `product`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reminder`
--
ALTER TABLE `reminder`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reminder_condition`
--
ALTER TABLE `reminder_condition`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reminder_cron`
--
ALTER TABLE `reminder_cron`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rest`
--
ALTER TABLE `rest`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rest_field`
--
ALTER TABLE `rest_field`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rest_field_validation`
--
ALTER TABLE `rest_field_validation`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rest_input_type`
--
ALTER TABLE `rest_input_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `slider`
--
ALTER TABLE `slider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vission_mission`
--
ALTER TABLE `vission_mission`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `widgeds`
--
ALTER TABLE `widgeds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `widged_chart`
--
ALTER TABLE `widged_chart`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `widged_chart_series`
--
ALTER TABLE `widged_chart_series`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `widged_chart_series_condition`
--
ALTER TABLE `widged_chart_series_condition`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `aauth_groups`
--
ALTER TABLE `aauth_groups`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `aauth_login_attempts`
--
ALTER TABLE `aauth_login_attempts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=159;

--
-- AUTO_INCREMENT for table `aauth_perms`
--
ALTER TABLE `aauth_perms`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=349;

--
-- AUTO_INCREMENT for table `aauth_pms`
--
ALTER TABLE `aauth_pms`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `aauth_user`
--
ALTER TABLE `aauth_user`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `aauth_users`
--
ALTER TABLE `aauth_users`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `aauth_user_variables`
--
ALTER TABLE `aauth_user_variables`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `about_us`
--
ALTER TABLE `about_us`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `blog`
--
ALTER TABLE `blog`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `blog_category`
--
ALTER TABLE `blog_category`
  MODIFY `category_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `captcha`
--
ALTER TABLE `captcha`
  MODIFY `captcha_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=99;

--
-- AUTO_INCREMENT for table `cc_options`
--
ALTER TABLE `cc_options`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `clientele_case_study`
--
ALTER TABLE `clientele_case_study`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `contact`
--
ALTER TABLE `contact`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `contact_us`
--
ALTER TABLE `contact_us`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `crud`
--
ALTER TABLE `crud`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT for table `crud_action`
--
ALTER TABLE `crud_action`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `crud_custom_option`
--
ALTER TABLE `crud_custom_option`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=516;

--
-- AUTO_INCREMENT for table `crud_field`
--
ALTER TABLE `crud_field`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2652;

--
-- AUTO_INCREMENT for table `crud_field_condition`
--
ALTER TABLE `crud_field_condition`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `crud_field_configuration`
--
ALTER TABLE `crud_field_configuration`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `crud_field_validation`
--
ALTER TABLE `crud_field_validation`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2054;

--
-- AUTO_INCREMENT for table `crud_function`
--
ALTER TABLE `crud_function`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=799;

--
-- AUTO_INCREMENT for table `crud_input_chained`
--
ALTER TABLE `crud_input_chained`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=232;

--
-- AUTO_INCREMENT for table `crud_input_type`
--
ALTER TABLE `crud_input_type`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `crud_input_validation`
--
ALTER TABLE `crud_input_validation`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- AUTO_INCREMENT for table `dashboard`
--
ALTER TABLE `dashboard`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `form`
--
ALTER TABLE `form`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `form_custom_attribute`
--
ALTER TABLE `form_custom_attribute`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `form_custom_option`
--
ALTER TABLE `form_custom_option`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `form_field`
--
ALTER TABLE `form_field`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `form_field_validation`
--
ALTER TABLE `form_field_validation`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `infrastructure`
--
ALTER TABLE `infrastructure`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `keys`
--
ALTER TABLE `keys`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `log`
--
ALTER TABLE `log`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `menu`
--
ALTER TABLE `menu`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;

--
-- AUTO_INCREMENT for table `menu_type`
--
ALTER TABLE `menu_type`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `news_blog`
--
ALTER TABLE `news_blog`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `notification`
--
ALTER TABLE `notification`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `our_products`
--
ALTER TABLE `our_products`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `page`
--
ALTER TABLE `page`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_block_element`
--
ALTER TABLE `page_block_element`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `product`
--
ALTER TABLE `product`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `reminder`
--
ALTER TABLE `reminder`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reminder_condition`
--
ALTER TABLE `reminder_condition`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reminder_cron`
--
ALTER TABLE `reminder_cron`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rest`
--
ALTER TABLE `rest`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rest_field`
--
ALTER TABLE `rest_field`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rest_field_validation`
--
ALTER TABLE `rest_field_validation`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rest_input_type`
--
ALTER TABLE `rest_input_type`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `slider`
--
ALTER TABLE `slider`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `vission_mission`
--
ALTER TABLE `vission_mission`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `widgeds`
--
ALTER TABLE `widgeds`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `widged_chart`
--
ALTER TABLE `widged_chart`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `widged_chart_series`
--
ALTER TABLE `widged_chart_series`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `widged_chart_series_condition`
--
ALTER TABLE `widged_chart_series_condition`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
