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: Oct 08, 2021 at 08:14 PM -- Server version: 10.4.11-MariaDB -- PHP Version: 7.2.31 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, `sell_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`, `sell_id`, `company_log`, `reference_log`, `updated_at`, `created_at`) VALUES (157, 38, 54, 164, 1000, NULL, '2021-10-07 17:54:03', '2021-10-07 17:54:03'), (158, 38, 54, 165, 70000, NULL, '2021-10-08 18:12:09', '2021-10-08 18:12:09'); -- -------------------------------------------------------- -- -- 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, `status` int(11) 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 `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, `status` int(11) DEFAULT NULL, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `baynas` -- CREATE TABLE `baynas` ( `id` bigint(20) UNSIGNED NOT NULL, `donor_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `land_volume` double DEFAULT NULL, `stain_number` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ledger` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shotok_price` double DEFAULT NULL, `total_price` double DEFAULT NULL, `reference_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_file_no` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dolil_no` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `details` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `paid_amount` double DEFAULT NULL, `deu_amount` double DEFAULT NULL, `date` text 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 `blocks` -- CREATE TABLE `blocks` ( `id` int(11) NOT NULL, `block_no` int(11) DEFAULT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `booking_amount` double NOT NULL, `installment_amount` double NOT NULL, `ekkalin_amount` double NOT NULL, `status` int(11) DEFAULT 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`, `block_no`, `title`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `status`, `updated_at`, `created_at`) VALUES (26, 1, 'ব্লক ১', 10000, 5, 40, 0, '2021-10-07 17:50:27', '2021-10-07 17:49:36'); -- -------------------------------------------------------- -- -- Table structure for table `booking_amounts` -- CREATE TABLE `booking_amounts` ( `id` int(11) NOT NULL, `member_id` int(11) DEFAULT NULL, `serial_id` int(11) DEFAULT NULL, `reference_id` int(11) DEFAULT NULL, `sales_id` int(11) DEFAULT NULL, `amount` double DEFAULT NULL, `company_log` double DEFAULT NULL, `refference_log` double DEFAULT NULL, `due` double DEFAULT NULL, `date` text DEFAULT NULL, `image` text DEFAULT NULL, `book_no` int(11) DEFAULT NULL, `remark` text DEFAULT NULL, `money_rec` text DEFAULT NULL, `sale_no` int(11) DEFAULT NULL, `count` int(11) DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `booking_forms` -- CREATE TABLE `booking_forms` ( `id` int(11) NOT NULL, `member_id` int(11) DEFAULT NULL, `mem_signature` text DEFAULT NULL, `serial_id` int(11) DEFAULT NULL, `sale_id` int(11) DEFAULT NULL, `name` text DEFAULT NULL, `so` text DEFAULT NULL, `mother` text DEFAULT NULL, `dob` text DEFAULT NULL, `profession` text DEFAULT NULL, `religion` text DEFAULT NULL, `present_address` text DEFAULT NULL, `permanent_address` text DEFAULT NULL, `mobile` text DEFAULT NULL, `office` text DEFAULT NULL, `res` text DEFAULT NULL, `email` text DEFAULT NULL, `n_name` text DEFAULT NULL, `n_so` text DEFAULT NULL, `n_address` text DEFAULT NULL, `n_relation` text DEFAULT NULL, `nationality` text DEFAULT NULL, `n_nationality` text DEFAULT NULL, `n_dob` text DEFAULT NULL, `nominee_pic` text DEFAULT NULL, `ref` text DEFAULT NULL, `ref_signature` text DEFAULT NULL, `check_no` text DEFAULT NULL, `name_project` text DEFAULT NULL, `bank` text DEFAULT NULL, `branch` text DEFAULT NULL, `date` text DEFAULT NULL, `tk` text DEFAULT NULL, `tk_word` text DEFAULT NULL, `auth_date` text DEFAULT NULL, `app_date` text DEFAULT NULL, `down_pay` text DEFAULT NULL, `block` text DEFAULT NULL, `block_no` int(11) DEFAULT NULL, `plot_no` int(11) DEFAULT NULL, `face` varchar(191) DEFAULT NULL, `road` varchar(191) DEFAULT NULL, `plot_size` varchar(191) DEFAULT NULL, `ins` text DEFAULT NULL, `booking` int(11) DEFAULT NULL, `rate_per` double DEFAULT NULL, `total_rate` double DEFAULT NULL, `ins_no` int(11) DEFAULT NULL, `ins_am` double DEFAULT NULL, `one` text DEFAULT NULL, `file_no` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `booking_forms` -- INSERT INTO `booking_forms` (`id`, `member_id`, `mem_signature`, `serial_id`, `sale_id`, `name`, `so`, `mother`, `dob`, `profession`, `religion`, `present_address`, `permanent_address`, `mobile`, `office`, `res`, `email`, `n_name`, `n_so`, `n_address`, `n_relation`, `nationality`, `n_nationality`, `n_dob`, `nominee_pic`, `ref`, `ref_signature`, `check_no`, `name_project`, `bank`, `branch`, `date`, `tk`, `tk_word`, `auth_date`, `app_date`, `down_pay`, `block`, `block_no`, `plot_no`, `face`, `road`, `plot_size`, `ins`, `booking`, `rate_per`, `total_rate`, `ins_no`, `ins_am`, `one`, `file_no`, `created_at`, `updated_at`) VALUES (54, 54, NULL, 1, 164, 'Test member', 'member f', 'member m', '23-08-1991', 'job', 'Islam', 'ctg', 'ctg', '01303106337', NULL, NULL, 'member@gmail.com', NULL, NULL, NULL, NULL, 'bd', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ব্লক ১', 1, NULL, 'east', 'Sub-04/N-01', '10', NULL, 1000, 0, NULL, 10, 99900, NULL, 1, '2021-10-07 17:54:03', '2021-10-07 17:54:03'), (55, 54, NULL, 1, 165, 'Test member', 'member f', 'member m', '23-08-1991', 'job', 'Islam', 'ctg', 'ctg', '01303106337', NULL, NULL, 'member@gmail.com', NULL, NULL, NULL, NULL, 'bd', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ব্লক ১', 1, NULL, 'east', 'Sub-04/N-01', '10', NULL, 70000, 0, NULL, 10, 92400, NULL, 2, '2021-10-08 18:12:09', '2021-10-08 18:12:09'); -- -------------------------------------------------------- -- -- Table structure for table `commision_plans` -- CREATE TABLE `commision_plans` ( `id` int(11) 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `status` int(11) DEFAULT 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`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `block_id`, `block_title`, `status`, `created_at`, `updated_at`) VALUES (55, 10000, 5, 40, 26, 'ব্লক ১', 0, '2021-10-07 21:50:27', '2021-10-07 21:50:27'); -- -------------------------------------------------------- -- -- 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 HEAVEN HOUSING LTD.', 'Tel: 02-9512433, Mobile: 01915-618117', '5B-1,Ittefaq Bhaban,1,R.K Mission Road,Dhaka-1203', 'logo/hR4jJcJWHE5TIUovnrgFsE2JwBe81LYVJJxrJOws.png', 'dreamgreencity@gmail.com www.dhhl.ltd', '5B-1 ittefaq Bhaban, 1 R.K Mission Road, Wari, Dhaka - 1203', '2020-03-03 12:19:38', '2021-09-06 12:34:46'); -- -------------------------------------------------------- -- -- Table structure for table `custom_bookings` -- CREATE TABLE `custom_bookings` ( `id` int(11) NOT NULL, `image` text DEFAULT NULL, `amount` double DEFAULT NULL, `remark` text DEFAULT NULL, `money_rec` text DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `member_id` int(11) DEFAULT NULL, `sales_id` int(11) DEFAULT NULL, `date` text DEFAULT NULL, `serial_id` int(11) DEFAULT NULL, `reference_id` int(11) DEFAULT NULL, `due` double DEFAULT NULL, `company_log` double DEFAULT NULL, `refference_log` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `custom_installments` -- CREATE TABLE `custom_installments` ( `id` bigint(11) NOT NULL, `amount` double DEFAULT NULL, `remark` text DEFAULT NULL, `via` text DEFAULT NULL, `bank_name` text DEFAULT NULL, `image` text DEFAULT NULL, `account_no` text DEFAULT NULL, `money_rec` text DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL, `member_id` int(11) NOT NULL, `saled_id` int(11) DEFAULT NULL, `date` text DEFAULT NULL, `serial_id` int(11) NOT NULL, `reference_id` int(11) NOT NULL, `due` double NOT NULL, `ins_no` int(11) DEFAULT NULL, `company_log` double DEFAULT NULL, `refference_log` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `demo_installments` -- CREATE TABLE `demo_installments` ( `id` bigint(20) NOT NULL, `member_id` int(11) DEFAULT NULL, `serial_id` int(11) DEFAULT NULL, `reference_id` int(11) DEFAULT NULL, `sales_id` int(11) DEFAULT NULL, `amount` double DEFAULT NULL, `company_log` double DEFAULT NULL, `refference_log` double DEFAULT NULL, `due` double DEFAULT NULL, `date` text DEFAULT NULL, `ins_no` int(11) DEFAULT NULL, `remark` text DEFAULT NULL, `via` text DEFAULT NULL, `bank_name` text DEFAULT NULL, `image` text DEFAULT NULL, `account_no` text DEFAULT NULL, `money_rec` text DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- 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, `status` int(11) DEFAULT NULL, `date` text 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 `expences` -- CREATE TABLE `expences` ( `id` bigint(20) UNSIGNED NOT NULL, `expence_head_id` int(10) UNSIGNED NOT NULL, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` double DEFAULT NULL, `isDelete` int(11) 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 `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, `isDelete` int(11) 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 `groups` -- CREATE TABLE `groups` ( `id` int(11) NOT NULL, `name` text NOT NULL, `status` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `group_members` -- CREATE TABLE `group_members` ( `id` int(11) NOT NULL, `group_id` int(11) NOT NULL, `group_name` text DEFAULT NULL, `member_name` text NOT NULL, `mobile` text NOT NULL, `status` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `group_msgs` -- CREATE TABLE `group_msgs` ( `id` int(11) NOT NULL, `group_id` int(11) NOT NULL, `sms` text NOT NULL, `status` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `incomes` -- CREATE TABLE `incomes` ( `id` int(11) NOT NULL, `income_head_id` int(11) DEFAULT NULL, `date` text DEFAULT NULL, `description` text DEFAULT NULL, `note` text DEFAULT NULL, `amount` double DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `income_heads` -- CREATE TABLE `income_heads` ( `id` int(11) NOT NULL, `name` text DEFAULT NULL, `slug` text DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `installments` -- CREATE TABLE `installments` ( `id` bigint(20) UNSIGNED NOT NULL, `member_id` int(10) UNSIGNED NOT NULL, `serial_id` int(11) DEFAULT NULL, `reference_id` int(11) NOT NULL, `sales_id` int(10) UNSIGNED NOT NULL, `amount` double DEFAULT NULL, `company_log` double UNSIGNED DEFAULT NULL, `refference_log` double UNSIGNED DEFAULT NULL, `due` double DEFAULT NULL, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ins_no` int(11) DEFAULT NULL, `remark` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `money_rec` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `isDelete` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `created_at` date DEFAULT NULL, `updated_at` date 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, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `owner_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_file_no` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dolil_no` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rs_dag` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `land_poriman` double DEFAULT NULL, `commision_percentage` double DEFAULT NULL, `investor_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `investor_number` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `investor_total_invest` double DEFAULT NULL, `total_commision` double DEFAULT NULL, `investor_interest` double DEFAULT NULL, `investor_total_interest` double DEFAULT NULL, `investor_total_invest_1` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `registri_amount` double DEFAULT NULL, `total_fee` double DEFAULT NULL, `details` text 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, `ledger` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) 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 `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` text 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` text 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, `signature_image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_id` int(10) UNSIGNED NOT 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`, `signature_image`, `serial_id`, `reference_id`, `password`) VALUES (54, 'Test member', 'member f', 'bd', '23-08-1991', 'member m', 'job', 'Islam', 'ctg', 'ctg', '01303106337', '233 4344 233', 'member@gmail.com', '2021-10-07 21:48:44', '2021-10-07 21:48:44', 'members/I31wceTr1OUfwkzb5RWykimRf7QfHqsGoBWj3QHJ.jpeg', 'members/i1pnE8Nyd0zeOCPMtJ5ftIPRagkJ8shf51jVyTF6.jpeg', '000001', 38, '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 `money_receipts` -- CREATE TABLE `money_receipts` ( `id` int(11) NOT NULL, `ins_id` int(11) DEFAULT NULL, `sale_id` int(11) DEFAULT NULL, `booking_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `money_receipts` -- INSERT INTO `money_receipts` (`id`, `ins_id`, `sale_id`, `booking_id`, `created_at`, `updated_at`) VALUES (8, NULL, 164, NULL, '2021-10-07 17:54:03', '2021-10-07 17:54:03'), (9, NULL, 165, NULL, '2021-10-08 18:12:09', '2021-10-08 18:12:09'); -- -------------------------------------------------------- -- -- 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` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nid` text 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, `saled_id` int(11) DEFAULT NULL, `relation` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `birthday` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) 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 `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` 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, `status` int(11) 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`, `block`, `block_id`, `road`, `face`, `quantity`, `status`, `created_at`, `updated_at`) VALUES (37, 10, 'ব্লক ১', 26, 'Sub-04/N-01', 'east', '8', 0, '2021-10-07 21:50:03', '2021-10-08 12:12:09'); -- -------------------------------------------------------- -- -- 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; -- -------------------------------------------------------- -- -- 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` text 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, `signature_image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) 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`, `signature_image`, `status`, `created_at`, `updated_at`, `amount`, `booking_amount`, `installment_amount`, `ekkalin_amount`, `password`) VALUES (38, 'Test agent', 'agent 1', 'agent 2', '12232 454', '07-10-1990', 'agent@gmail.com', 'Job', 'dhaka', 'dhaka', '01303106337', 'Islam', 'members/w8StZoI1HxQY94unkhp0KGwbJCxLxdtoevPCOypT.jpeg', 'members/kOdR9HRmehS5yeHAVaGw9KinHtqDWcF6d1OiOmIO.jpeg', 0, '2021-10-07 21:27:49', '2021-10-07 21:27:49', 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, `booking_amount` double NOT NULL, `installment_per_amount` double NOT NULL, `ekkalin_per_amount` double NOT NULL, `amount` double DEFAULT NULL, `rest_amount` double DEFAULT NULL, `status` int(11) NOT NULL, `status_d` int(11) DEFAULT 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`, `booking_amount`, `installment_per_amount`, `ekkalin_per_amount`, `amount`, `rest_amount`, `status`, `status_d`, `isDelete`, `created_at`, `updated_at`) VALUES (347, 54, 38, 164, NULL, 1000, 99900, 26, 'ব্লক ১', '10', 'east', 'Sub-04/N-01', 10000, 5, 40, 100000, 100000, 2, NULL, 0, '2021-10-07 21:54:03', '2021-10-07 21:54:03'), (348, 54, 38, 165, NULL, 70000, 92400, 26, 'ব্লক ১', '10', 'east', 'Sub-04/N-01', 10000, 5, 40, 100000, 100000, 2, NULL, 0, '2021-10-08 12:12:09', '2021-10-08 12:12:09'); -- -------------------------------------------------------- -- -- Table structure for table `reference_withdraws` -- CREATE TABLE `reference_withdraws` ( `id` bigint(20) UNSIGNED NOT NULL, `reference_id` int(10) UNSIGNED NOT NULL, `member_id` int(11) DEFAULT NULL, `income_id` int(11) NOT NULL, `sell_id` int(11) DEFAULT NULL, `amount` double DEFAULT NULL, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) DEFAULT NULL, `status_purpose` int(11) DEFAULT NULL, `created_at` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `updated_at` date 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, `plot_no` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rate_per` double DEFAULT NULL, `total_rate` double DEFAULT NULL, `block_id` int(11) DEFAULT NULL, `member_id` int(10) UNSIGNED NOT NULL, `nominee_id` int(11) DEFAULT NULL, `serial_id` int(11) DEFAULT NULL, `installment` int(11) DEFAULT NULL, `installment_amount` double DEFAULT NULL, `due_amount` double DEFAULT NULL, `paid` double DEFAULT NULL, `discount` double DEFAULT NULL, `target_booking` double DEFAULT NULL, `date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remark` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sale_no` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `status_del` int(11) DEFAULT NULL, `money_rec` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `reference_id` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sales` -- INSERT INTO `sales` (`id`, `plot_id`, `plot_no`, `rate_per`, `total_rate`, `block_id`, `member_id`, `nominee_id`, `serial_id`, `installment`, `installment_amount`, `due_amount`, `paid`, `discount`, `target_booking`, `date`, `remark`, `sale_no`, `status`, `status_del`, `money_rec`, `created_at`, `updated_at`, `reference_id`) VALUES (164, 37, '01', 100000, 1000000, 26, 54, NULL, 1, 10, 99900, 999000, 1000, 0, 500000, '2021-10-07', 'sale no 1', 1, 2, NULL, '033', '2021-10-07 21:54:03', '2021-10-07 21:54:03', 38), (165, 37, '019', 100000, 1000000, 26, 54, NULL, 1, 10, 92400, 924000, 70000, 6000, 500000, '2021-10-09', 'sale no 2', 2, 2, NULL, '02', '2021-10-08 12:12:09', '2021-10-08 12:12:09', 38); -- -------------------------------------------------------- -- -- 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, `total_rate` double DEFAULT NULL, `paid` double DEFAULT NULL, `discount` int(11) DEFAULT NULL, `target_booking` double DEFAULT NULL, `date` text 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, `status` int(11) DEFAULT NULL, `money_rec` int(11) 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`, `total_rate`, `paid`, `discount`, `target_booking`, `date`, `company_log`, `refference_log`, `booking_amount`, `install_amount`, `ekkalin_amount`, `status`, `money_rec`, `created_at`, `updated_at`) VALUES (162, 164, 38, 'Test agent', 37, 54, 10, 99900, 999000, 1000000, 1000, 0, 500000, '2021-10-07', 1000, NULL, 10000, 5, 40, NULL, 33, '2021-10-07 21:54:03', '2021-10-07 21:54:03'), (163, 165, 38, 'Test agent', 37, 54, 10, 92400, 924000, 1000000, 70000, 6000, 500000, '2021-10-09', 70000, NULL, 10000, 5, 40, NULL, 2, '2021-10-08 12:12:09', '2021-10-08 12:12:09'); -- -------------------------------------------------------- -- -- Table structure for table `sale_dues` -- CREATE TABLE `sale_dues` ( `id` int(11) NOT NULL, `sale_id` int(11) NOT NULL, `member_id` int(11) NOT NULL, `booking_id` int(11) DEFAULT NULL, `ins_id` int(11) DEFAULT NULL, `amount` double NOT NULL, `status` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `single_sms_lists` -- CREATE TABLE `single_sms_lists` ( `id` int(11) NOT NULL, `name` text DEFAULT NULL, `number` int(11) NOT NULL, `sms` text NOT NULL, `status` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `sms_counters` -- CREATE TABLE `sms_counters` ( `id` int(11) NOT NULL, `mobile` text DEFAULT NULL, `sms` text DEFAULT NULL, `total` double DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `sms_counters` -- INSERT INTO `sms_counters` (`id`, `mobile`, `sms`, `total`, `created_at`, `updated_at`) VALUES (15, '01303106337', 'Dear Test, This is your email address: test@gmail.comand password: 986273', 5000, '2021-10-07 16:50:17', '2021-10-07 16:50:17'), (16, '01303106337', 'Dear Test, This is your email address: test@gmail.comand password: 213919', 5000, '2021-10-07 17:12:14', '2021-10-07 17:12:14'), (17, '01303106337', 'Dear Test, This is your email address: test@gmail.com and password: 414019', 5000, '2021-10-07 17:13:47', '2021-10-07 17:13:47'), (18, '01303106337', 'Dear Test, This is your email address: test@gmail.comand password: 741457', 5000, '2021-10-07 17:16:24', '2021-10-07 17:16:24'), (19, '01303106337', 'Dear Test, This is your email address: test@gmail.comand password: 120791', 5000, '2021-10-07 17:21:32', '2021-10-07 17:21:32'), (20, '01303106337', 'Dear Test, This is your email address: test@gmail.comand password: 73377', 5000, '2021-10-07 17:23:24', '2021-10-07 17:23:24'), (21, '01303106337', 'Dear Test member, Thanks For Joining With us. You have registered on our site https://dhhl.ltd .Plot owner registrated panal- Login email: member@gmail.com | Password: 123456 | Login panel link: https://soft.dhhl.ltd/login_customer', 5000, '2021-10-07 17:48:45', '2021-10-07 17:48:45'), (22, '01303106337', 'Dear Test member, You paid 1000 TK and Due amount 999000 TK for File No: 1 Plot owner Login panel link: https://soft.dhhl.ltd/login_customer', 5000, '2021-10-07 17:54:04', '2021-10-07 17:54:04'), (23, '01303106337', 'Dear Test member, You paid 70000 TK and Due amount 924000 TK for File No: 2 Plot owner Login panel link: https://soft.dhhl.ltd/login_customer', 5000, '2021-10-08 18:12:10', '2021-10-08 18:12:10'); -- -------------------------------------------------------- -- -- 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, `status` int(11) 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, `mobile` text COLLATE utf8mb4_unicode_ci DEFAULT 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`, `mobile`, `password`, `remember_token`, `created_at`, `updated_at`, `role`) VALUES (2, 'Ahmed Ali', 'ahmed@gmail.com', '01712869532', '$2y$10$0Ic3IrOHEchbSWH.Gq/TV./EhxKqIZH5Pdg53x.UHY/46kQYBKYuy', NULL, '2020-12-07 06:57:11', '2021-09-30 12:23:46', 'user'), (3, 'Mohammed Ali', 'dreamgreencity@gmail.com', NULL, '$2y$10$0Ic3IrOHEchbSWH.Gq/TV./EhxKqIZH5Pdg53x.UHY/46kQYBKYuy', NULL, '2020-12-12 13:36:08', '2021-09-06 14:28:31', 'user'), (4, 'Nizam', 'nizamlata1982@gmail.com', NULL, '$2y$10$Pb5LkqBMKfr/5nWkxwlgruJGsQUMUs1ve/lo./A4ThCG0zSoUxKla', NULL, '2021-01-14 13:27:06', '2021-01-14 13:27:06', 'user'), (5, 'Rahat', 'mdrahat@gmail.com', '01684801240', '$2y$10$WzoLSPaNaVbWwneU13fALu4AaLa6dACnOBonOQrGDCr2bzwXTTKpe', NULL, '2021-05-25 13:04:13', '2021-09-25 14:06:24', 'user'), (8, 'Test', 'test@gmail.com', '01303106337', '$2y$10$lb.bFgM2U5zkOdmP3N7Pje4ItqeLMMjlAxcLClDWo63dv9EyDJ60C', NULL, '2021-10-07 20:49:04', '2021-10-07 21:23:24', 'Admin'); -- -- 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 `booking_amounts` -- ALTER TABLE `booking_amounts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `booking_forms` -- ALTER TABLE `booking_forms` 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 `custom_bookings` -- ALTER TABLE `custom_bookings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `custom_installments` -- ALTER TABLE `custom_installments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `demo_installments` -- ALTER TABLE `demo_installments` 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 `groups` -- ALTER TABLE `groups` ADD PRIMARY KEY (`id`); -- -- Indexes for table `group_members` -- ALTER TABLE `group_members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `group_msgs` -- ALTER TABLE `group_msgs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `incomes` -- ALTER TABLE `incomes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `income_heads` -- ALTER TABLE `income_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 `money_receipts` -- ALTER TABLE `money_receipts` 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 `sale_dues` -- ALTER TABLE `sale_dues` ADD PRIMARY KEY (`id`); -- -- Indexes for table `single_sms_lists` -- ALTER TABLE `single_sms_lists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sms_counters` -- ALTER TABLE `sms_counters` 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=159; -- -- AUTO_INCREMENT for table `banks` -- ALTER TABLE `banks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `bank_withdraws` -- ALTER TABLE `bank_withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; -- -- AUTO_INCREMENT for table `baynas` -- ALTER TABLE `baynas` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `blocks` -- ALTER TABLE `blocks` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `booking_amounts` -- ALTER TABLE `booking_amounts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `booking_forms` -- ALTER TABLE `booking_forms` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56; -- -- AUTO_INCREMENT for table `commision_plans` -- ALTER TABLE `commision_plans` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56; -- -- AUTO_INCREMENT for table `companies` -- ALTER TABLE `companies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `custom_bookings` -- ALTER TABLE `custom_bookings` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `custom_installments` -- ALTER TABLE `custom_installments` MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `demo_installments` -- ALTER TABLE `demo_installments` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; -- -- AUTO_INCREMENT for table `deposits` -- ALTER TABLE `deposits` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `expences` -- ALTER TABLE `expences` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `expence_heads` -- ALTER TABLE `expence_heads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `groups` -- ALTER TABLE `groups` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `group_members` -- ALTER TABLE `group_members` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `group_msgs` -- ALTER TABLE `group_msgs` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `incomes` -- ALTER TABLE `incomes` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `income_heads` -- ALTER TABLE `income_heads` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `installments` -- ALTER TABLE `installments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=196; -- -- AUTO_INCREMENT for table `land_purchases` -- ALTER TABLE `land_purchases` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `members` -- ALTER TABLE `members` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `money_receipts` -- ALTER TABLE `money_receipts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `nominees` -- ALTER TABLE `nominees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `plots` -- ALTER TABLE `plots` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `purchase_installments` -- ALTER TABLE `purchase_installments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `references` -- ALTER TABLE `references` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; -- -- AUTO_INCREMENT for table `reference_incomes` -- ALTER TABLE `reference_incomes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=349; -- -- AUTO_INCREMENT for table `reference_withdraws` -- ALTER TABLE `reference_withdraws` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=107; -- -- AUTO_INCREMENT for table `sales` -- ALTER TABLE `sales` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=166; -- -- AUTO_INCREMENT for table `sale_details` -- ALTER TABLE `sale_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=164; -- -- AUTO_INCREMENT for table `sale_dues` -- ALTER TABLE `sale_dues` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `single_sms_lists` -- ALTER TABLE `single_sms_lists` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `sms_counters` -- ALTER TABLE `sms_counters` MODIFY `id` int(11) 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=2; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; 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 */;