PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` -- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Apr 09, 2021 at 08:38 PM -- Server version: 10.4.14-MariaDB -- PHP Version: 7.4.10 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: `dhhl_soft` -- -- -------------------------------------------------------- -- -- Table structure for table `accounts` -- CREATE TABLE `accounts` ( `id` int(11) NOT NULL, `reference_id` int(11) NOT NULL, `member_id` int(11) DEFAULT NULL, `company_log` double DEFAULT NULL, `reference_log` double DEFAULT NULL, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `accounts` -- INSERT INTO `accounts` (`id`, `reference_id`, `member_id`, `company_log`, `reference_log`, `updated_at`, `created_at`) VALUES (18, 16, 18, 10000, NULL, '2021-04-09 09:06:34', '2021-04-09 09:06:34'), (19, 16, 18, 10000, NULL, '2021-04-09 09:15:57', '2021-04-09 09:15:57'); -- -------------------------------------------------------- -- -- Table structure for table `banks` -- CREATE TABLE `banks` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ac_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slip_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `current_balance` double DEFAULT NULL, `after_dp_balance` double DEFAULT NULL, `after_wd_balance` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `banks` -- INSERT INTO `banks` (`id`, `name`, `ac_number`, `slip_no`, `current_balance`, `after_dp_balance`, `after_wd_balance`, `created_at`, `updated_at`) VALUES (1, 'Pubali Bank | Ittefaq Branch', '120058', NULL, NULL, NULL, NULL, '2021-02-03 16:29:12', '2021-02-03 16:29:12'), (2, 'XTRA bank', '1234567890', NULL, NULL, NULL, NULL, '2021-02-06 22:38:41', '2021-02-06 22:38:41'), (3, 'Dutch Bangla Bank', '121.123450.345', NULL, 800, 1370, 800, '2021-02-12 13:54:45', '2021-03-11 15:00:18'), (6, 'Jamuna Bank (Jurain Branch)', '047-0210015218', NULL, 0, NULL, NULL, '2021-03-22 14:46:28', '2021-03-22 14:46:28'), (5, 'dream bank', '1000200012', NULL, 1249550, 2500000, 1249550, '2021-03-14 07:53:12', '2021-03-14 08:04:58'); -- -------------------------------------------------------- -- -- Table structure for table `bank_withdraws` -- CREATE TABLE `bank_withdraws` ( `id` bigint(20) UNSIGNED NOT NULL, `bank_id` int(10) UNSIGNED NOT NULL, `amount` double NOT NULL, `slip_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `bank_withdraws` -- INSERT INTO `bank_withdraws` (`id`, `bank_id`, `amount`, `slip_no`, `created_at`, `updated_at`) VALUES (1, 3, 100.75, '1254', '2021-02-12 14:16:10', '2021-02-12 14:16:10'), (2, 3, 500, '523456', '2021-03-13 05:00:00', '2021-03-11 14:59:33'), (3, 3, 70, '23456', '2021-03-13 05:00:00', '2021-03-11 15:00:18'), (4, 5, 1250450, '12456358', '2021-03-02 05:00:00', '2021-03-14 08:04:58'); -- -------------------------------------------------------- -- -- Table structure for table `baynas` -- CREATE TABLE `baynas` ( `id` bigint(20) UNSIGNED NOT NULL, `donor_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `land_volume` double DEFAULT NULL, `stain_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ledger` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shotok_price` double DEFAULT NULL, `total_price` double DEFAULT NULL, `paid_amount` double DEFAULT NULL, `deu_amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `baynas` -- INSERT INTO `baynas` (`id`, `donor_name`, `land_volume`, `stain_number`, `ledger`, `shotok_price`, `total_price`, `paid_amount`, `deu_amount`, `created_at`, `updated_at`) VALUES (1, 'Shubhra', 120, '43598jdkf', 'sdhfkjs', 6, 720, 67544, -66824, '2020-03-03 12:01:41', '2021-02-03 16:15:16'); -- -------------------------------------------------------- -- -- Table structure for table `blocks` -- CREATE TABLE `blocks` ( `id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `katha` double NOT NULL, `booking_amount` double NOT NULL, `installment_amount` double NOT NULL, `ekkalin_amount` double NOT NULL, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `blocks` -- INSERT INTO `blocks` (`id`, `title`, `katha`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `updated_at`, `created_at`) VALUES (1, 'Boshundhora upper block 1', 10, 1000, 4, 3, '2021-04-06 15:33:37', '2021-04-06 10:53:13'), (2, 'Standard', 5, 20000, 10, 10, '2021-04-06 18:13:48', '2021-04-06 18:13:06'); -- -------------------------------------------------------- -- -- Table structure for table `commision_plans` -- CREATE TABLE `commision_plans` ( `id` int(11) NOT NULL, `katha` double NOT NULL, `booking_amount` double NOT NULL, `installment_amount` double NOT NULL, `ekkalin_amount` double NOT NULL, `block_id` int(11) NOT NULL, `block_title` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `commision_plans` -- INSERT INTO `commision_plans` (`id`, `katha`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `block_id`, `block_title`, `created_at`, `updated_at`) VALUES (34, 10, 1000, 4, 3, 1, 'Boshundhora upper block 1', '2021-04-06 14:55:50', '2021-04-06 19:33:37'), (35, 5, 20000, 10, 10, 2, 'Standard', '2021-04-06 22:13:48', '2021-04-06 22:13:48'); -- -------------------------------------------------------- -- -- Table structure for table `companies` -- CREATE TABLE `companies` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `mobile` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `address` text COLLATE utf8mb4_unicode_ci NOT NULL, `logo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `quote` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `companies` -- INSERT INTO `companies` (`id`, `name`, `mobile`, `address`, `logo`, `email`, `quote`, `created_at`, `updated_at`) VALUES (1, 'Dream Haven Housing Ltd.', '+8801915-618117', '5B-1 ittefaq Bhaban, 1 R.K Mission Road, Motizil , Dhaka - 1203', 'logo/40oMSLG21cqyKvmnoYGTGNrHU8uQ4QkU9M2zYUTI.jpeg', 'dreamgreencity@gmail.com', '5B-1 ittefaq Bhaban, 1 R.K Mission Road, Motizil , Dhaka - 1203', '2020-03-03 12:19:38', '2020-12-07 06:12:46'); -- -------------------------------------------------------- -- -- Table structure for table `deposits` -- CREATE TABLE `deposits` ( `id` bigint(20) UNSIGNED NOT NULL, `slip_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `bank_id` int(11) DEFAULT NULL, `amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `deposits` -- INSERT INTO `deposits` (`id`, `slip_no`, `bank_id`, `amount`, `created_at`, `updated_at`) VALUES (1, '23451', 1, 5000, '2021-02-03 16:30:15', '2021-02-03 16:30:15'), (2, '23452', 1, 120, '2021-02-03 16:31:04', '2021-02-03 16:31:04'), (3, '78', 2, 1000, '2021-02-06 22:39:27', '2021-02-06 22:39:27'), (4, '123', 2, 1, '2021-02-06 22:41:44', '2021-02-06 22:41:44'), (5, '1254', 3, 12.75, '2021-02-12 14:02:13', '2021-02-12 14:02:13'), (6, '2154', 3, 1250, '2021-03-12 05:00:00', '2021-03-11 14:46:46'), (7, '23451', 3, 120, '2021-03-13 05:00:00', '2021-03-11 14:47:14'), (8, '1', 5, 2500000, '2021-02-01 05:00:00', '2021-03-14 08:03:19'); -- -------------------------------------------------------- -- -- Table structure for table `expences` -- CREATE TABLE `expences` ( `id` bigint(20) UNSIGNED NOT NULL, `expence_head_id` int(10) UNSIGNED NOT NULL, `date` date DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `expences` -- INSERT INTO `expences` (`id`, `expence_head_id`, `date`, `description`, `note`, `amount`, `created_at`, `updated_at`) VALUES (1, 1, '2020-03-04', 'Musanna Sir Guest', 'Lunch', 300, '2020-03-04 04:26:13', '2020-03-04 04:26:13'), (2, 2, '2020-03-04', 'CNG Refuel', NULL, 768, '2020-03-04 04:26:51', '2020-03-04 04:26:51'), (3, 2, '2020-03-05', 'f', 'f', 500, '2020-03-04 04:56:03', '2020-03-04 04:56:03'), (4, 3, '2020-12-14', 'Food Distribution', 'Huze Finance Delavery', 135700, '2020-12-14 12:16:24', '2020-12-14 12:16:24'), (5, 1, '2021-02-03', 'rabbi;lmm, lsd;l', 'ai taka Abdur rahim er', 500, '2021-02-03 16:33:42', '2021-02-03 16:33:42'), (6, 4, '2021-03-11', 'Mr - lksij\r\nklsjdoj\r\nlkasjdjasd', 'korim rigestruy ভালু না । রা', 100000, '2021-03-11 16:09:20', '2021-03-11 16:11:04'), (7, 5, '2021-03-21', 'alu , si 1 , kjsadhniiaskdn', 'lkjasdkjnid', 500000, '2021-03-21 12:29:41', '2021-03-21 12:29:41'), (8, 5, '2021-03-22', 'kgnb', 'kighkjgh', 100000, '2021-03-21 12:30:06', '2021-03-21 12:30:06'), (9, 5, '2021-03-18', 'fdhtd cuiyhkjhkjh', 'fgjhtyg', 100000, '2021-03-21 13:26:06', '2021-03-21 13:26:06'), (10, 7, '2021-03-20', '2 days Vehicle Gas', NULL, 1735, '2021-03-22 12:20:13', '2021-03-22 12:20:13'), (11, 8, '2021-03-20', 'Office Mobile Recharge', 'Imtiaj', 100, '2021-03-22 12:25:49', '2021-03-22 12:25:49'); -- -------------------------------------------------------- -- -- Table structure for table `expence_heads` -- CREATE TABLE `expence_heads` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `expence_heads` -- INSERT INTO `expence_heads` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'Entertainment', 'entertainment', '2020-03-04 04:25:19', '2020-03-04 04:25:19'), (2, 'Fuel & Others', 'fuel-others', '2020-03-04 04:25:37', '2020-03-04 04:25:37'), (3, 'Golam Rabbany', 'golam-rabbany', '2020-12-14 12:15:08', '2020-12-14 12:15:08'), (4, 'Land purchase', 'land-purchase', '2021-03-11 15:53:30', '2021-03-11 15:53:30'), (5, 'Comission', 'comission', '2021-03-21 12:28:28', '2021-03-21 12:28:28'), (6, 'interest', 'interest', '2021-03-21 13:25:40', '2021-03-21 13:25:40'), (7, 'Vechile Gas', 'vechile-gas', '2021-03-22 12:18:06', '2021-03-22 12:18:06'), (8, 'Office Mobile Bill', 'office-mobile-bill', '2021-03-22 12:24:23', '2021-03-22 12:24:23'); -- -------------------------------------------------------- -- -- Table structure for table `installments` -- CREATE TABLE `installments` ( `id` bigint(20) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `reference_id` int(11) NOT NULL, `sales_id` int(10) UNSIGNED NOT NULL, `amount` double DEFAULT NULL, `company_log` double UNSIGNED NOT NULL, `refference_log` double UNSIGNED DEFAULT NULL, `date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `land_purchases` -- CREATE TABLE `land_purchases` ( `id` bigint(20) UNSIGNED NOT NULL, `donor_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `land_volume` double DEFAULT NULL, `stain_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ledger` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shotok_price` double DEFAULT NULL, `total_price` double DEFAULT NULL, `paid_amount` double DEFAULT NULL, `deu_amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `land_purchases` -- INSERT INTO `land_purchases` (`id`, `donor_name`, `land_volume`, `stain_number`, `ledger`, `shotok_price`, `total_price`, `paid_amount`, `deu_amount`, `created_at`, `updated_at`) VALUES (1, 'Ali Ahmmed', 114, '758,833', '55', 90000, 10260000, 5000000, 5260000, '2020-03-04 04:42:32', '2020-03-04 04:42:32'); -- -------------------------------------------------------- -- -- Table structure for table `members` -- CREATE TABLE `members` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `hus_father` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `nationality` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `birthday` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mother` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profession` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `religion` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `present_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permanent_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `picture` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_id` int(10) UNSIGNED NOT NULL, `block_id` int(11) DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `members` -- INSERT INTO `members` (`id`, `name`, `hus_father`, `nationality`, `birthday`, `mother`, `profession`, `religion`, `present_address`, `permanent_address`, `mobile`, `nid`, `email`, `created_at`, `updated_at`, `picture`, `serial_id`, `reference_id`, `block_id`, `password`) VALUES (19, 'Tasnim', 'aaaaaaa', 'ban', '2021-04-10', 'bbbbbbb', 'job', 'islam', 'jjjjj', 'jjjjj', '333333333333', '7777777', 'a@gmail.com', '2021-04-09 13:18:23', '2021-04-09 13:18:23', 'members/U1K4BmGiK3CZBGa38Tz1C1fiIZ1iq0ED4L3Ndw6W.jpeg', '000002', 17, NULL, '123456'), (18, 'TEST m1', 'ii', '333', '2021-04-09', 'Mothers Name', '222', 'hindu', '222', '222', '01674514499', '2222', 'oi@gmail.com', '2021-04-09 13:05:18', '2021-04-09 13:15:57', 'members/kDHc7Qysiilfux6avzsK8NkJVqCJp22c8PoEcU3A.jpeg', '000001', 16, 1, '123456'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2020_01_31_143519_create_land_purchases_table', 1), (4, '2020_01_31_162552_create_members_table', 1), (5, '2020_01_31_190024_create_baynas_table', 1), (6, '2020_01_31_192032_create_plots_table', 1), (7, '2020_02_01_065631_create_banks_table', 1), (8, '2020_02_01_072110_create_deposits_table', 1), (9, '2020_02_01_082138_add_picture_to_member_table', 1), (10, '2020_02_01_103646_create_references_table', 1), (11, '2020_02_01_174219_create_nominees_table', 1), (12, '2020_02_02_151623_add_role_to_table_users', 1), (13, '2020_02_02_164945_create_expence_heads_table', 1), (14, '2020_02_02_165029_create_expences_table', 1), (15, '2020_02_04_151412_create_sales_table', 1), (16, '2020_02_04_154015_add_serial_id_to_members_table', 1), (17, '2020_02_21_045445_create_sub_memebers_table', 1), (18, '2020_02_21_062807_create_installments_table', 1), (19, '2020_02_21_080045_add_reference_id_to_members_table', 1), (20, '2020_02_22_054809_add_amount_to_references_table', 1), (21, '2020_02_22_061714_create_reference_incomes_table', 1), (22, '2020_02_22_064256_create_reference_withdraws_table', 1), (23, '2020_02_25_145851_create_companies_table', 1), (24, '2020_02_28_153109_create_purchase_installments_table', 1), (25, '2020_02_28_181508_create_bank_withdraws_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `nominees` -- CREATE TABLE `nominees` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `hus_father` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `religion` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nationality` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picture` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `member_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `birthday` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `nominees` -- INSERT INTO `nominees` (`id`, `name`, `hus_father`, `address`, `religion`, `nationality`, `nid`, `picture`, `member_id`, `birthday`, `created_at`, `updated_at`) VALUES (1, 'Hello World', 'Demo Father', 'Mirpur\r\nDhaka', 'hindu', 'Bangladesh', '1111111111111', 'nominees/x8uKX2yo1WIzUn1x0lQobPPcRjQcFqmpagrYARCZ.jpeg', '1', '2020-03-04', '2020-03-03 12:16:15', '2020-03-03 12:16:15'), (2, 'Suraiya Kabir', 'Md.Zakir Hossain', 'Same as Above', 'islam', 'Bangaldeshi', '2695434707970', 'nominees/lHfnTIzmlUJUAyI5qEqqw1jh0Z7Nf9zDdGV6STlu.jpeg', '4', '1978-09-08', '2020-03-08 23:56:20', '2020-03-08 23:56:20'), (3, 'Mahfuza Nasrin', 'jhaskdh', '5/4 Dadu vill , Dhaka - 1207', 'islam', 'Banghladeshi', '45345345', 'nominees/lro64TgYFRxv54z7Cjwfh5LtZzUmgoQ14AgBgJ9S.jpeg', '6', '1974-11-13', '2020-12-06 06:40:14', '2020-12-06 06:40:14'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `plots` -- CREATE TABLE `plots` ( `id` bigint(20) UNSIGNED NOT NULL, `plot_size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rate` double DEFAULT NULL, `block` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `block_id` int(11) NOT NULL, `road` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `face` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quantity` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `plots` -- INSERT INTO `plots` (`id`, `plot_size`, `rate`, `block`, `block_id`, `road`, `face`, `quantity`, `created_at`, `updated_at`) VALUES (4, '3', 2000000, 'Standard', 2, 'R', 'south', '2', '2021-04-06 22:14:37', '2021-04-09 11:19:51'), (3, '10', 100000, 'Boshundhora upper block', 1, '3', 'north', '4', '2021-04-06 14:53:38', '2021-04-09 13:15:57'); -- -------------------------------------------------------- -- -- Table structure for table `purchase_installments` -- CREATE TABLE `purchase_installments` ( `id` bigint(20) UNSIGNED NOT NULL, `land_purchase_id` int(10) UNSIGNED NOT NULL, `date` date NOT NULL, `amount` double NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `purchase_installments` -- INSERT INTO `purchase_installments` (`id`, `land_purchase_id`, `date`, `amount`, `created_at`, `updated_at`) VALUES (1, 1, '2020-03-04', 20000, '2020-03-04 04:44:30', '2020-03-04 04:44:30'), (2, 1, '2021-02-03', 234, '2021-02-03 16:14:13', '2021-02-03 16:14:13'), (3, 1, '2021-03-16', 2500, '2021-03-21 12:23:41', '2021-03-21 12:23:41'); -- -------------------------------------------------------- -- -- Table structure for table `references` -- CREATE TABLE `references` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `father_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mother_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dob` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profession` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `present_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permanent_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `religion` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `amount` double DEFAULT NULL, `booking_amount` double NOT NULL, `installment_amount` double NOT NULL, `ekkalin_amount` double NOT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `references` -- INSERT INTO `references` (`id`, `name`, `father_name`, `mother_name`, `nid`, `dob`, `email`, `profession`, `present_address`, `permanent_address`, `mobile`, `religion`, `image`, `created_at`, `updated_at`, `amount`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `password`) VALUES (17, 'Anika RR', 'Something', 'Something', '2222222', '2021-04-10', 'test@gmail.com', 'job', 'yyyy', 'ttt', '33333888', 'muslim', 'members/YqT8DYAbpV5EDA902WWQWVUrLjnUEQolEm9Haoc2.jpeg', '2021-04-09 13:17:27', '2021-04-09 13:17:27', NULL, 0, 0, 0, '123456'), (16, 'Test R', 'Father Name', 'Mother Name', '1111111111', '2021-04-09', 'testr@gmail.com', 'Profession', 'fdgdfg', 'gdfgfd', '01674514499', 'muslim', 'members/yTnNGQoyfHCrgxvlPTRu6oiZXwA1AlNZkrcgQU0q.jpeg', '2021-04-09 13:04:15', '2021-04-09 13:04:15', NULL, 0, 0, 0, '123456'); -- -------------------------------------------------------- -- -- Table structure for table `reference_incomes` -- CREATE TABLE `reference_incomes` ( `id` bigint(20) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `reference_id` int(10) UNSIGNED NOT NULL, `sell_id` int(11) DEFAULT NULL, `intall_id` int(11) DEFAULT NULL, `paid_amount` double DEFAULT NULL, `installment_amount` double DEFAULT NULL, `block_id` int(11) NOT NULL, `block_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `plot_size` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `face` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `road` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `katha` double NOT NULL, `booking_amount` double NOT NULL, `installment_per_amount` double NOT NULL, `ekkalin_per_amount` double NOT NULL, `amount` double DEFAULT NULL, `status` int(11) NOT NULL, `isDelete` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `reference_incomes` -- INSERT INTO `reference_incomes` (`id`, `member_id`, `reference_id`, `sell_id`, `intall_id`, `paid_amount`, `installment_amount`, `block_id`, `block_name`, `plot_size`, `face`, `road`, `katha`, `booking_amount`, `installment_per_amount`, `ekkalin_per_amount`, `amount`, `status`, `isDelete`, `created_at`, `updated_at`) VALUES (44, 18, 16, 23, NULL, 10000, 8500, 1, 'Boshundhora upper block 1', '10', 'north', '3', 10, 1000, 4, 3, 10000, 2, 0, '2021-04-09 13:15:57', '2021-04-09 13:15:57'); -- -------------------------------------------------------- -- -- Table structure for table `reference_withdraws` -- CREATE TABLE `reference_withdraws` ( `id` bigint(20) UNSIGNED NOT NULL, `reference_id` int(10) UNSIGNED NOT NULL, `income_id` int(11) NOT NULL, `amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sales` -- CREATE TABLE `sales` ( `id` bigint(20) UNSIGNED NOT NULL, `plot_id` int(10) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `installment` int(11) DEFAULT NULL, `installment_amount` double DEFAULT NULL, `due_amount` double DEFAULT NULL, `paid` double DEFAULT NULL, `discount` double DEFAULT NULL, `date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sales` -- INSERT INTO `sales` (`id`, `plot_id`, `member_id`, `installment`, `installment_amount`, `due_amount`, `paid`, `discount`, `date`, `created_at`, `updated_at`) VALUES (23, 3, 18, 10, 8500, 85000, 10000, 5000, '2021-04-10', '2021-04-09 13:15:57', '2021-04-09 13:15:57'); -- -------------------------------------------------------- -- -- Table structure for table `sale_details` -- CREATE TABLE `sale_details` ( `id` bigint(20) UNSIGNED NOT NULL, `sales_id` int(10) UNSIGNED NOT NULL, `refference_id` int(11) NOT NULL, `refference_name` text NOT NULL, `plot_id` int(10) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `installment` int(11) DEFAULT NULL, `installment_amount` double DEFAULT NULL, `due_amount` double DEFAULT NULL, `paid` double DEFAULT NULL, `discount` int(11) DEFAULT NULL, `date` date NOT NULL, `company_log` double UNSIGNED DEFAULT NULL, `refference_log` double UNSIGNED DEFAULT NULL, `booking_amount` double DEFAULT NULL, `install_amount` double DEFAULT NULL, `ekkalin_amount` double DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `sale_details` -- INSERT INTO `sale_details` (`id`, `sales_id`, `refference_id`, `refference_name`, `plot_id`, `member_id`, `installment`, `installment_amount`, `due_amount`, `paid`, `discount`, `date`, `company_log`, `refference_log`, `booking_amount`, `install_amount`, `ekkalin_amount`, `created_at`, `updated_at`) VALUES (23, 23, 16, 'Test R', 3, 18, 10, 8500, 85000, 10000, 5000, '2021-04-10', 10000, NULL, 1000, 4, 3, '2021-04-09 13:15:57', '2021-04-09 13:15:57'); -- -------------------------------------------------------- -- -- Table structure for table `sub_memebers` -- CREATE TABLE `sub_memebers` ( `id` bigint(20) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `hus_father` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `nationality` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `birthday` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mother` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profession` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `religion` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `present_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permanent_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picture` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `role` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'user' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `email`, `password`, `remember_token`, `created_at`, `updated_at`, `role`) VALUES (2, 'Ahmed Ali', 'ahmed@gmail.com', '$2y$10$fRsqK12OuxD4d6sSeGo4tOK72PnfDoA6UqNKSs0TfvdzreqPr2r8y', NULL, '2020-12-07 06:57:11', '2020-12-07 06:57:11', 'user'), (3, 'Mohammed Ali', 'dreamgreencity@gmail.com', '$2y$10$amB6wUk2iBRu2o.NsY59PuyfDtcisjy0WqYzp3N8iv7bZ6cx0UtHe', NULL, '2020-12-12 13:36:08', '2020-12-12 13:36:08', 'user'), (4, 'Nizam', 'nizamlata1982@gmail.com', '$2y$10$Pb5LkqBMKfr/5nWkxwlgruJGsQUMUs1ve/lo./A4ThCG0zSoUxKla', NULL, '2021-01-14 13:27:06', '2021-01-14 13:27:06', 'user'); -- -- Indexes for dumped tables -- -- -- Indexes for table `accounts` -- ALTER TABLE `accounts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `banks` -- ALTER TABLE `banks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bank_withdraws` -- ALTER TABLE `bank_withdraws` ADD PRIMARY KEY (`id`); -- -- Indexes for table `baynas` -- ALTER TABLE `baynas` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blocks` -- ALTER TABLE `blocks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `commision_plans` -- ALTER TABLE `commision_plans` ADD PRIMARY KEY (`id`); -- -- Indexes for table `companies` -- ALTER TABLE `companies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `deposits` -- ALTER TABLE `deposits` ADD PRIMARY KEY (`id`); -- -- Indexes for table `expences` -- ALTER TABLE `expences` ADD PRIMARY KEY (`id`); -- -- Indexes for table `expence_heads` -- ALTER TABLE `expence_heads` ADD PRIMARY KEY (`id`); -- -- Indexes for table `installments` -- ALTER TABLE `installments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `land_purchases` -- ALTER TABLE `land_purchases` ADD PRIMARY KEY (`id`); -- -- Indexes for table `members` -- ALTER TABLE `members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `nominees` -- ALTER TABLE `nominees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `plots` -- ALTER TABLE `plots` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchase_installments` -- ALTER TABLE `purchase_installments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `references` -- ALTER TABLE `references` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reference_incomes` -- ALTER TABLE `reference_incomes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reference_withdraws` -- ALTER TABLE `reference_withdraws` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sales` -- ALTER TABLE `sales` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sale_details` -- ALTER TABLE `sale_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sub_memebers` -- ALTER TABLE `sub_memebers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accounts` -- ALTER TABLE `accounts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `banks` -- ALTER TABLE `banks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `bank_withdraws` -- ALTER TABLE `bank_withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `baynas` -- ALTER TABLE `baynas` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `blocks` -- ALTER TABLE `blocks` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `commision_plans` -- ALTER TABLE `commision_plans` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; -- -- AUTO_INCREMENT for table `companies` -- ALTER TABLE `companies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `deposits` -- ALTER TABLE `deposits` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `expences` -- ALTER TABLE `expences` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `expence_heads` -- ALTER TABLE `expence_heads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `installments` -- ALTER TABLE `installments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `land_purchases` -- ALTER TABLE `land_purchases` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `members` -- ALTER TABLE `members` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `nominees` -- ALTER TABLE `nominees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `plots` -- ALTER TABLE `plots` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `purchase_installments` -- ALTER TABLE `purchase_installments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `references` -- ALTER TABLE `references` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `reference_incomes` -- ALTER TABLE `reference_incomes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `reference_withdraws` -- ALTER TABLE `reference_withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `sales` -- ALTER TABLE `sales` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `sale_details` -- ALTER TABLE `sale_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `sub_memebers` -- ALTER TABLE `sub_memebers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; 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 */;