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

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.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
(Nov 22, 2023, 10:40 PM)kalimasuf Wrote: Hello everyone

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.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
(Nov 23, 2023, 11:53 AM)Addka72424 Wrote:
(Nov 22, 2023, 10:40 PM)kalimasuf Wrote: Hello everyone

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.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

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | Contact us via https://breachforums.cx/misc.php?action=help&hid=27 if you feel this is incorrect.
Reply
#6
hello please helpme for growth knowledge resource for this

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | Contact us via https://breachforums.cx/misc.php?action=help&hid=27 if you feel this is incorrect.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DATABASE caf.fr eztocard 127 5,745 2 minutes ago
Last Post: barbozue
  DATABASE Russia - Pension Fund of the Russian Federation (PFR) - 100M+ hexvior 102 3,359 15 minutes ago
Last Post: s3m
  DATABASE Harvard University Database - Leaked, Download! cysc 140 5,176 24 minutes ago
Last Post: Akalanka1337
  DATABASE Data for the research of the Russian Police wanted list c0mmandor 39 1,125 37 minutes ago
Last Post: s3m
  DATABASE EGY | Edu.eg Full Contact Leaks (Mansoura University) INT3X 41 1,371 1 hour ago
Last Post: Ramadan

Forum Jump:


 Users browsing this forum: 1 Guest(s)