[Nepal] Ishworpur Censusnepal FULL DUMP, Downloads!
by metadata - Wednesday November 22, 2023 at 10:40 PM
#1
Hello everyone

[Image: 77fe025d-2820-4129-9cba-13073ddd36e7.PNG]



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (   `id` bigint(20) UNSIGNED NOT NULL,   `address_details_id` bigint(20) UNSIGNED NOT NULL,   `ward` tinyint(3) UNSIGNED NOT NULL,   `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `user_id` bigint(20) UNSIGNED DEFAULT NULL,   `jsonData` json NOT NULL,   `deleted_at` timestamp NULL DEFAULT NULL,   `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `new_house_no` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (   `id` bigint(20) UNSIGNED NOT NULL,   `household_id` bigint(20) UNSIGNED NOT NULL,   `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `gender_id` bigint(20) UNSIGNED NOT NULL,   `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `caste_id` bigint(20) UNSIGNED NOT NULL,   `religion_id` bigint(20) UNSIGNED NOT NULL,   `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `education_level_id` bigint(20) UNSIGNED NOT NULL,   `settlement_id` bigint(20) UNSIGNED NOT NULL,   `occupation_id` bigint(20) UNSIGNED NOT NULL,   `marital_status_id` bigint(20) UNSIGNED NOT NULL,   `disability_status_id` bigint(20) UNSIGNED NOT NULL,   `health_status_id` bigint(20) UNSIGNED NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,   `relation_id` bigint(20) UNSIGNED DEFAULT NULL,   `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;




Hidden Content
You must register or login to view this content.
Reply
#2
(11-22-2023, 10:40 PM)kalimasuf Wrote: Hello everyone

[Image: 77fe025d-2820-4129-9cba-13073ddd36e7.PNG]



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (   `id` bigint(20) UNSIGNED NOT NULL,   `address_details_id` bigint(20) UNSIGNED NOT NULL,   `ward` tinyint(3) UNSIGNED NOT NULL,   `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `user_id` bigint(20) UNSIGNED DEFAULT NULL,   `jsonData` json NOT NULL,   `deleted_at` timestamp NULL DEFAULT NULL,   `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `new_house_no` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (   `id` bigint(20) UNSIGNED NOT NULL,   `household_id` bigint(20) UNSIGNED NOT NULL,   `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `gender_id` bigint(20) UNSIGNED NOT NULL,   `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `caste_id` bigint(20) UNSIGNED NOT NULL,   `religion_id` bigint(20) UNSIGNED NOT NULL,   `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `education_level_id` bigint(20) UNSIGNED NOT NULL,   `settlement_id` bigint(20) UNSIGNED NOT NULL,   `occupation_id` bigint(20) UNSIGNED NOT NULL,   `marital_status_id` bigint(20) UNSIGNED NOT NULL,   `disability_status_id` bigint(20) UNSIGNED NOT NULL,   `health_status_id` bigint(20) UNSIGNED NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,   `relation_id` bigint(20) UNSIGNED DEFAULT NULL,   `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
There have been no Nepali leaks on the forum for a long time.Good job.Added my own mirror links so that you don't have to update the link in case of death.Continue in the same spirit.
See dead links, reposts, or threads without samples in Databases/Other Leaks/Stealer logs? Report it or tag me @Addka72424
New on this forum? Check this thread | TOR
Want to get credits by reposting leaks? Check Earn credits by reposting leaks! | TOR
Want to add your thread to the official section? Check Add to official requests | TOR
Don't know how to use forum Escrow? Check How to use BreachForums escrow | TOR
Looking for verified leaks that haven't been added to the official index yet? Check Unofficial Database Index | TOR

:420line:
Reply
#3
(11-23-2023, 11:53 AM)Addka72424 Wrote:
(11-22-2023, 10:40 PM)kalimasuf Wrote: Hello everyone

[Image: 77fe025d-2820-4129-9cba-13073ddd36e7.PNG]



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (   `id` bigint(20) UNSIGNED NOT NULL,   `address_details_id` bigint(20) UNSIGNED NOT NULL,   `ward` tinyint(3) UNSIGNED NOT NULL,   `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `user_id` bigint(20) UNSIGNED DEFAULT NULL,   `jsonData` json NOT NULL,   `deleted_at` timestamp NULL DEFAULT NULL,   `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `new_house_no` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (   `id` bigint(20) UNSIGNED NOT NULL,   `household_id` bigint(20) UNSIGNED NOT NULL,   `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `gender_id` bigint(20) UNSIGNED NOT NULL,   `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `caste_id` bigint(20) UNSIGNED NOT NULL,   `religion_id` bigint(20) UNSIGNED NOT NULL,   `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,   `education_level_id` bigint(20) UNSIGNED NOT NULL,   `settlement_id` bigint(20) UNSIGNED NOT NULL,   `occupation_id` bigint(20) UNSIGNED NOT NULL,   `marital_status_id` bigint(20) UNSIGNED NOT NULL,   `disability_status_id` bigint(20) UNSIGNED NOT NULL,   `health_status_id` bigint(20) UNSIGNED NOT NULL,   `created_at` timestamp NULL DEFAULT NULL,   `updated_at` timestamp NULL DEFAULT NULL,   `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,   `relation_id` bigint(20) UNSIGNED DEFAULT NULL,   `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,   `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
There have been no Nepali leaks on the forum for a long time.Good job.Added my own mirror links so that you don't have to update the link in case of death.Continue in the same spirit.

Great! nice collection
Reply
#4
I definitely don't have that, thanks
Reply
#5
let me go through this
Ban reason: Leeching | Contact us via https://raidforums.as/contact if you feel this is incorrect. (Permanent)
Reply
#6
hello please helpme for growth knowledge resource for this
Ban reason: Leeching | Contact us via https://raidforums.as/contact if you feel this is incorrect. (Permanent)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  3M eCommerce store FULL INFO 4GB CSV - Leaked, Download re-upload it mictomandjerry19 39 10,012 06-25-2026, 09:27 AM
Last Post: gandals007
  DATABASE [Re-post] - Omni Hotels USA Full Leak - @hexvior hexvior 70 2,967 06-19-2026, 12:33 PM
Last Post: Roger12
  [MOSAIC FULL] 281M ROWS 58GB FINANCIAL RATING ABOUT ALL BRAZILIANS" Addka72424 36 9,642 03-28-2026, 05:02 PM
Last Post: hood171
  DATABASE item-robot.com 18M + Japan Full DB c0mmandor 10 846 03-27-2026, 08:55 PM
Last Post: Erecy
  DATABASE Taiwan HVAC Engineering Association - xcom.tw - Full database dump hexvior 35 881 03-27-2026, 01:01 PM
Last Post: wazz



 Users browsing this thread: 1 Guest(s)