0% found this document useful (0 votes)
34 views23 pages

RPT Config

The document describes the structure of a database with tables for buildings and households. It includes field names, data types, and whether fields are fixed, checked, or special. The building table contains over 30 fields related to building identifiers, location, characteristics, hazards, and disaster risk reduction measures. The household table contains over 40 fields on household identifiers, demographics, utilities, facilities, and waste management.

Uploaded by

Si Brian Toh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views23 pages

RPT Config

The document describes the structure of a database with tables for buildings and households. It includes field names, data types, and whether fields are fixed, checked, or special. The building table contains over 30 fields related to building identifiers, location, characteristics, hazards, and disaster risk reduction measures. The household table contains over 40 fields on household identifiers, demographics, utilities, facilities, and waste management.

Uploaded by

Si Brian Toh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 23

id rpt_type rpt_code name

1001000 1 bldg_id ID
1002000 1 bldg_no Building No.
1003000 1 bldg_name Building Name
1004000 1 bldg_lat Latitude
1005000 1 bldg_lon Longitude
1006000 1 bldg_elevation Elevation
1007000 1 bldg_address Address
1008000 1 bldg_categ Category
1009000 1 bldg_categ_sub Sub-Category
1010000 1 bldg_owner Building Owner
1011000 1 bldg_mat Material Used
1012000 1 bldg_storey Storey Count
1013000 1 bldg_assessment Structure Assessment
1014000 1 drr_typhoon DRR - Typhoon
1015000 1 drr_t_storm_surge DRR - T Storm Surge
1016000 1 drr_t_sea_level_rise DRR - T Sea Level Rise
1017000 1 drr_t_destructive_wind DRR - T Destructive Wind
1018000 1 drr_t_flashflood DRR - T Flashflood
1019000 1 drr_t_flood DRR - T Flood
1020000 1 drr_t_landslide DRR - T Landslide
1021000 1 drr_earthquake DRR - Earthquake
1022000 1 drr_e_liquefaction DRR - E Liquefaction
1023000 1 drr_e_landslide DRR - E Landslide
1024000 1 drr_e_tsunami DRR - E Tsunami
1025000 1 drr_e_fire DRR - E Fire
1026000 1 drr_e_structure_failure DRR - E Structure Failure
1027000 1 drr_e_dam_failure DRR - E Dam Failure
1028000 1 drr_volcanic DRR - Volcanic
1029000 1 drr_v_ash DRR - V Ash
1030000 1 drr_v_lava DRR - V Lava
1031000 1 drr_v_quake DRR - V Quake
1032000 1 drr_v_lahar DRR - V Lahar
1033000 1 drr_v_bush_fire DRR - V Bush Fire
1034000 1 drr_v_pyro DRR - V Pyro
1035000 1 drr_fire_and_explosion DRR - Fire And Explosion
1036000 1 drr_drought DRR - Drought
1037000 1 drr_demic DRR - Epidemic/Pandemic
tbl_fld fld_type is_fixed is_checkedis_special
`bldg`.`bldg_no` largeint 1 1 0
`bldg`.`bldg_no` text 1 1 0
`bldg`.`bldg_name` text 1 1 0
`bldg`.`lat` real 1 1 0
`bldg`.`lon` real 1 1 0
`bldg`.`elevation` real 1 1 0
`bldg`.`bldg_address` text 0 0 0
`bldg`.`bldg_category` text 0 0 0
`bldg`.`bldg_category_sub` text 0 0 0
`bldg`.`bldg_owner` text 0 0 0
`bldg`.`material_used` text 0 0 0
`bldg`.`storey_count` int 0 0 0
`bldg`.`assessment` real 0 0 0
`bldg`.`drr_typhoon` int 0 0 0
`bldg`.`drr_t_storm_surge` int 0 0 0
`bldg`.`drr_t_sea_level_rise` int 0 0 0
`bldg`.`drr_t_destructive_windint 0 0 0
`bldg`.`drr_t_flashflood` int 0 0 0
`bldg`.`drr_t_flood` int 0 0 0
`bldg`.`drr_t_landslide` int 0 0 0
`bldg`.`drr_earthquake` int 0 0 0
`bldg`.`drr_e_liquefaction` int 0 0 0
`bldg`.`drr_e_landslide` int 0 0 0
`bldg`.`drr_e_tsunami` int 0 0 0
`bldg`.`drr_e_fire` int 0 0 0
`bldg`.`drr_e_structure_failureint 0 0 0
`bldg`.`drr_e_dam_failure` int 0 0 0
`bldg`.`drr_volcanic` int 0 0 0
`bldg`.`drr_v_ash` int 0 0 0
`bldg`.`drr_v_lava` int 0 0 0
`bldg`.`drr_v_quake` int 0 0 0
`bldg`.`drr_v_lahar` int 0 0 0
`bldg`.`drr_v_bush_fire` int 0 0 0
`bldg`.`drr_v_pyro` int 0 0 0
`bldg`.`drr_fire_and_explosionint 0 0 0
`bldg`.`drr_drought` int 0 0 0
`bldg`.`drr_demic` int 0 0 0
id rpt_type rpt_code name
2001000 2 hh_id ID
2002000 2 hh_head Household Head
2003000 2 hh_no Household No.
2004000 2 hh_ownership Ownership
2005000 2 hh_pow_electricity Power - Electricity
2006000 2 hh_pow_gas_lamp Power - Gas Lamp
2007000 2 hh_pow_genset Power - Generator Set
2008000 2 hh_pow_solar Power - Solar
2009000 2 hh_pow_others Power - Others
2010000 2 hh_internet_broadband Internet - Broadband
2011000 2 hh_internet_fiber_optic Internet - Fiber Optic
2012000 2 hh_internet_wirelss Internet - Wirelss
2013000 2 hh_internet_others Internet - Others
2014000 2 hh_tw_sealed Toilet - Water Sealed
2015000 2 hh_tw_sealed_1 Toilet - WS Exclusive Septic Tank
2016000 2 hh_tw_sealed_2 Toilet - WS Shared Septic Tank
2017000 2 hh_tw_sealed_3 Toilet - WS Other Exclusive Depository
2018000 2 hh_tw_sealed_4 Toilet - WS Other Shared Depository
2019000 2 hh_toilet_close_pit Toilet - Close Pit
2020000 2 hh_toilet_open_pit Toilet - Open Pit
2021000 2 hh_toilet_portable Toilet - Portable
2022000 2 hh_toilet_public Toilet - Public
2023000 2 hh_toilet_is_none Toilet - None
2024000 2 hh_toilet_others Toilet - Others
2025000 2 hh_cooking_uling Cooking - Coal
2026000 2 hh_cooking_firewood Cooking - Firewood
2027000 2 hh_cooking_lpg Cooking - Lpg
2028000 2 hh_cooking_electric Cooking - Electric
2029000 2 hh_cooking_kerosene Cooking - Kerosene
2030000 2 hh_cooking_others Cooking - Others
2031000 2 hh_ws_level_1 Water Level 1
2032000 2 hh_ws_level_2 Water Level 2
2033000 2 hh_ws_level_3 Water Level 3
2034000 2 hh_wf_deep_well Water Facility - Deep Well
2035000 2 hh_wf_shallow_well Water Facility - Shallow Well
2036000 2 hh_wf_freeflow Water Facility - Freeflow
2037000 2 hh_wf_metered Water Facility - Metered
2038000 2 hh_wf_refilling Water Facility - Refilling
2039000 2 hh_wf_others Water Facility - Others
2040000 2 hh_dw Main Source of Drinking Water
2041000 2 hh_swm_pickup Solid Waste - Pickup
2042000 2 hh_swm_individual_pit Solid Waste - Individual Pit
2043000 2 hh_swm_burning Solid Waste - Burning
2044000 2 hh_swm_composting Solid Waste - Composting
2045000 2 hh_swm_burying Solid Waste - Burying
2046000 2 hh_swm_feed_to_animals Solid Waste - Feed To Animals
2047000 2 hh_swm_others Solid Waste - Others
tbl_fld fld_type is_fixed is_checked is_special
`hh`.`id` largeint 1 1 0
text 1 1 1
`hh`.`hhno` text 1 1 1
`hh`.`ownership` text 0 0 0
`hh`.`electricity` bool 0 0 0
`hh`.`gas_lamp` bool 0 0 0
`hh`.`genset` bool 0 0 0
`hh`.`pow_solar_panel` bool 0 0 0
`hh`.`pow_others` text 0 0 0
`hh`.`internet_broadband` bool 0 0 0
`hh`.`internet_fiber_optic` bool 0 0 0
`hh`.`internet_wirelss` bool 0 0 0
`hh`.`internet_others` text 0 0 0
`hh`.`toilet_water_sealed` bool 0 0 0
`hh`.`toilet_water_sealed_1` bool 0 0 0
`hh`.`toilet_water_sealed_2` bool 0 0 0
`hh`.`toilet_water_sealed_3` bool 0 0 0
`hh`.`toilet_water_sealed_4` bool 0 0 0
`hh`.`toilet_close_pit` bool 0 0 0
`hh`.`toilet_open_pit` bool 0 0 0
`hh`.`toilet_portable` bool 0 0 0
`hh`.`toilet_public` bool 0 0 0
`hh`.`toilet_is_none` bool 0 0 0
`hh`.`toilet_others` text 0 0 0
`hh`.`cooking_uling` bool 0 0 0
`hh`.`cooking_firewood` bool 0 0 0
`hh`.`cooking_lpg` bool 0 0 0
`hh`.`cooking_electric` bool 0 0 0
`hh`.`cooking_kerosene` bool 0 0 0
`hh`.`cooking_others` text 0 0 0
`hh`.`watersource_level_1` bool 0 0 0
`hh`.`watersource_level_2` bool 0 0 0
`hh`.`watersource_level_3` bool 0 0 0
`hh`.`wf_deep_well` bool 0 0 0
`hh`.`wf_shallow_well` bool 0 0 0
`hh`.`wf_freeflow` bool 0 0 0
`hh`.`wf_metered` bool 0 0 0
`hh`.`wf_refilling` bool 0 0 0
`hh`.`wf_others` text 0 0 0
`hh`.`dw_main_source` text 0 0 0
`hh`.`swm_pickup` bool 0 0 0
`hh`.`swm_individual_pit` bool 0 0 0
`hh`.`swm_burning` bool 0 0 0
`hh`.`swm_composting` bool 0 0 0
`hh`.`swm_burying` bool 0 0 0
`hh`.`swm_feed_to_animals` bool 0 0 0
`hh`.`swm_others` text 0 0 0
id rpt_type rpt_code
3001000 3 fam_id
3002000 3 fam_head
3003000 3 fam_has_dpkit
3004000 3 fam_dkit_list
3005000 3 dvc_pc
3006000 3 dvc_cp
3007000 3 dvc_tel
3008000 3 dvc_others
3009000 3 apl_tv
3010000 3 apl_cable
3011000 3 apl_radio_cassette
3012000 3 apl_range
3013000 3 apl_wm
3014000 3 apl_ref
3015000 3 apl_others
3016000 3 tr_vehicle
3017000 3 tr_motorcycle
3018000 3 tr_tricycle
3019000 3 tr_truck
3020000 3 tr_motorized_banca
3021000 3 tr_non_motorized_banca
3022000 3 tr_others
3023000 3 ani_cow
3024000 3 ani_carabao
3025000 3 ani_goat
3026000 3 ani_horse
3027000 3 ani_pig
3028000 3 ani_chicken
3029000 3 ani_duck
3030000 3 ani_geese
3031000 3 ani_dove
3032000 3 ani_eagle
3033000 3 ani_dog
3034000 3 ani_cat
3035000 3 ani_others
name tbl_fld
ID `family`.`id`
Head of the Family `family`.`f_head_name`
Has Disaster Preparedness Kit? `family`.`has_dpkit`
DPK List `family`.`dpkit_list`
Personal Computer/Laptop (ctr) `family`.`dvc_pc`
Cellphones (ctr) `family`.`dvc_cp`
Telephone Landline (ctr) `family`.`dvc_tel`
Others - Spicify `family`.`dvc_others`
Television Set (ctr) `family`.`apl_tv`
Cable TV (ctr) `family`.`apl_cable`
Radio/Cassette (ctr) `family`.`apl_radio_cassette`
Cooking Range (ctr) `family`.`apl_range`
Washing Machine (ctr) `family`.`apl_wm`
Refrigerator/Freezer (ctr) `family`.`apl_ref`
Others - Spicify `family`.`apl_others`
Vehicle (ctr) `family`.`tr_vehicle`
Motorcycle (ctr) `family`.`tr_motorcycle`
Tricycle (ctr) `family`.`tr_tricycle`
Truck (ctr) `family`.`tr_truck`
Motorized Boat/Banca (ctr) `family`.`tr_motorized_banca`
Non-Motorized Boat/Banca (ctr) `family`.`tr_non_motorized_banca`
Others - Spicify `family`.`tr_others`
Cows (ctr) `family`.`ani_cow`
Carabaos (ctr) `family`.`ani_carabao`
Goats (ctr) `family`.`ani_goat`
Horses (ctr) `family`.`ani_horse`
Pigs (ctr) `family`.`ani_pig`
Chickens (ctr) `family`.`ani_chicken`
Ducks (ctr) `family`.`ani_duck`
Geese (ctr) `family`.`ani_geese`
Doves (ctr) `family`.`ani_dove`
Eagles (ctr) `family`.`ani_eagle`
Dogs (ctr) `family`.`ani_dog`
Cats (ctr) `family`.`ani_cat`
Animals (Others Specify) `family`.`ani_others`
fld_type is_fixed is_checked is_special
largeint 1 1 0
text 1 1 0
bool 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
id rpt_type rpt_code name
4001000 4 rbi_id ID
4002000 4 rbi_lname Last Name
4003000 4 rbi_fname First Name
4004000 4 rbi_mname Middle Name
4005000 4 rbi_sname Suffix Name
4006000 4 rbi_alias Alias
4007000 4 rbi_age Age
4008000 4 rbi_sex Sex
4009000 4 rbi_bdate Birthdate
4010000 4 rbi_bplace Birthplace
4011000 4 rbi_is_lgbt Is LGBTQIA+?
4012000 4 rbi_lgbt_define Specific Gender
4013000 4 rbi_civil_status Civil Status
4014000 4 rbi_citizenship Citizenship
4015000 4 rbi_religion Religion
4016000 4 rbi_is_ip Is Indigenous People?
4017000 4 rbi_tribe Tribe
4018000 4 rbi_is_hh_head Is Household Head?
4019000 4 rbi_is_family_head Is Head of the Family?
4020000 4 rbi_is_solo_parent Is Solo Parent?
4021000 4 rbi_rel_to_hh_head Relationship to HH Head
4022000 4 rbi_rel_to_fam_head Relationship to HoF
4023000 4 rbi_is_reg_voter Is Registered Voter?
4024000 4 rbi_is_voting_in_brgy Is Voting in the Barangay?
4025000 4 rbi_voting_precint Voting Precint
4026000 4 rbi_other_voting_place Voting Place
4027000 4 rbi_is_resident Is Resident?
4028000 4 rbi_resident_status Resident Status
4029000 4 rbi_resident_since Resident Since
4030000 4 rbi_contact Contact
4031000 4 rbi_email Email
4032000 4 rbi_contact_person Contact Person
4033000 4 rbi_contact_address Contact Address
4034000 4 rbi_contact_telno Contact Telno
4035000 4 rbi_is_ph_member Is PH Member?
4036000 4 rbi_is_4p_member Is 4Ps Member?
4037000 4 rbi_is_gsis_member Is GSIS Member?
4038000 4 rbi_is_sss_member Is SSS Member?
4039000 4 b_has_philsys Has Philsys ID?
4040000 4 b_philsys_no Philsys ID No.
4041000 4 b_sss_no SSS No.
4042000 4 b_gsis_no GSIS No.
4043000 4 b_tin_no TIN No.
4044000 4 b_dl_no DL No.
4045000 4 b_passport_no Passport No.
4046000 4 l_is_birth_registered Is Birth Registered?
4047000 4 l_is_baptized Is Baptized?
4048000 4 l_is_confirmed Is Confirmed?
4049000 4 l_is_marriage_registered Is Marriage Registered?
4050000 4 e_education_status Educational Status
4051000 4 e_is_dropout Is Dropout?
4052000 4 e_is_osy Is Out of School Youth?
4053000 4 e_level_of_education Level of Education
4054000 4 e_degree Education Degree
4055000 4 e_school_type School Type
4056000 4 h_status Health Status
4057000 4 h_is_pwd Is PWD?
4058000 4 h_disability Disability
4059000 4 h_disability_cause Cause of Disability
4060000 4 h_with_id With PWD/Senior ID?
4061000 4 h_weight Weight
4062000 4 h_height Height
4063000 4 h_blood_type Blood Type
4064000 4 h_is_pregnant Is Pregnant?
4065000 4 h_is_breastfeeding Is Breastfeeding?
4066000 4 n_main_occupation Main Occupation
4067000 4 n_occupation_address Occupation Address
4068000 4 n_economic_status Economic Status
4069000 4 n_employment_type Employment Type
4070000 4 n_is_working_outside_province Is Working Outside the Province?
4071000 4 n_outside_province_work_loc Working Place (Outside Province)
4072000 4 n_is_ofw Is OFW?
4073000 4 n_is_ofw_sea_based Is OFW (Sea-based)?
4074000 4 n_is_ofw_land_based Is OFW (Land-based)?
4075000 4 n_ofw_land_base OFW Land-based Location
4076000 4 n_employment_nature Nature of Employment
4077000 4 n_industry_type Industry Type
4078000 4 n_monthly_income Monthly Income
tbl_fld fld_type is_fixed is_checkedis_special
`rbi`.`id` largeint 1 1 0
`rbi`.`b_lname` text 1 1 0
`rbi`.`b_fname` text 1 1 0
`rbi`.`b_mname` text 1 1 0
`rbi`.`b_sname` text 1 1 0
`rbi`.`b_alias` text 1 1 0
`rbi`.`b_age` int 1 1 0
`rbi`.`b_sex` text 1 1 0
`rbi`.`b_birthdate` date 1 1 0
`rbi`.`b_birthplace` text 0 0 0
`rbi`.`b_is_lgbt` bool 0 0 0
`rbi`.`b_lgbt_define` text 0 0 0
`rbi`.`b_civil_status` text 0 0 0
`rbi`.`b_citizenship` text 0 0 0
`rbi`.`b_religion` text 0 0 0
`rbi`.`b_is_ip` bool 0 0 0
`rbi`.`b_tribe` text 0 0 0
`rbi`.`b_is_hh_head` bool 0 0 0
`rbi`.`b_is_family_head` bool 0 0 0
`rbi`.`b_is_solo_parent` bool 0 0 0
`rbi`.`b_rel_to_hh_head` text 0 0 0
`rbi`.`b_rel_to_fam_head` text 0 0 0
`rbi`.`b_is_reg_voter` bool 0 0 0
`rbi`.`b_is_voting_in_brgy` bool 0 0 0
`rbi`.`b_voting_precint` text 0 0 0
`rbi`.`b_other_voting_place` text 0 0 0
`rbi`.`b_is_resident` bool 0 0 0
`rbi`.`b_resident_status` text 0 0 0
`rbi`.`b_resident_since` text 0 0 0
`rbi`.`b_contact` text 0 0 0
`rbi`.`b_email` text 0 0 0
`rbi`.`b_contact_person` text 0 0 0
`rbi`.`b_contact_address` text 0 0 0
`rbi`.`b_contact_telno` text 0 0 0
`rbi`.`b_is_ph_member` bool 0 0 0
`rbi`.`b_is_4p_member` bool 0 0 0
`rbi`.`b_is_gsis_member` bool 0 0 0
`rbi`.`b_is_sss_member` bool 0 0 0
`rbi`.`b_has_philsys` bool 0 0 0
`rbi`.`b_philsys_no` text 0 0 0
`rbi`.`b_sss_no` text 0 0 0
`rbi`.`b_gsis_no` text 0 0 0
`rbi`.`b_tin_no` text 0 0 0
`rbi`.`b_dl_no` text 0 0 0
`rbi`.`b_passport_no` text 0 0 0
`rbi`.`l_is_birth_registered` bool 0 0 0
`rbi`.`l_is_baptized` bool 0 0 0
`rbi`.`l_is_confirmed` bool 0 0 0
`rbi`.`l_is_marriage_registered` bool 0 0 0
`rbi`.`e_education_status` text 0 0 0
`rbi`.`e_is_dropout` bool 0 0 0
`rbi`.`e_is_osy` bool 0 0 0
`rbi`.`e_level_of_education` text 0 0 0
`rbi`.`e_degree` text 0 0 0
`rbi`.`e_school_type` text 0 0 0
`rbi`.`h_status` text 0 0 0
`rbi`.`h_is_pwd` bool 0 0 0
`rbi`.`h_disability` text 0 0 0
`rbi`.`h_disability_cause` text 0 0 0
`rbi`.`h_with_id` bool 0 0 0
`rbi`.`h_weight` text 0 0 0
`rbi`.`h_height` text 0 0 0
`rbi`.`h_blood_type` text 0 0 0
`rbi`.`h_is_pregnant` bool 0 0 0
`rbi`.`h_is_breastfeeding` bool 0 0 0
`rbi`.`n_main_occupation` text 0 0 0
`rbi`.`n_occupation_address` text 0 0 0
`rbi`.`n_economic_status` text 0 0 0
`rbi`.`n_employment_type` text 0 0 0
`rbi`.`n_is_working_outside_province` bool 0 0 0
`rbi`.`n_outside_province_work_loc` text 0 0 0
`rbi`.`n_is_ofw` bool 0 0 0
`rbi`.`n_is_ofw_sea_based` bool 0 0 0
`rbi`.`n_is_ofw_land_based` bool 0 0 0
`rbi`.`n_ofw_land_base` text 0 0 0
`rbi`.`n_employment_nature` text 0 0 0
`rbi`.`n_industry_type` text 0 0 0
`rbi`.`n_monthly_income` text 0 0 0
id rpt_type rpt_code name tbl_fld
1001000 1 bldg_id ID `bldg`.`bldg_no`
1002000 1 bldg_no Building No. `bldg`.`bldg_no`
1003000 1 bldg_name Building Name `bldg`.`bldg_name`
1004000 1 bldg_lat Latitude `bldg`.`lat`
1005000 1 bldg_lon Longitude `bldg`.`lon`
1006000 1 bldg_elevation Elevation `bldg`.`elevation`
1007000 1 bldg_address Address `bldg`.`bldg_address`
1008000 1 bldg_categ Category `bldg`.`bldg_category`
1009000 1 bldg_categ_sub Sub-Category `bldg`.`bldg_category_sub`
1010000 1 bldg_owner Building Owner `bldg`.`bldg_owner`
1011000 1 bldg_mat Material Used `bldg`.`material_used`
1012000 1 bldg_storey Storey Count `bldg`.`storey_count`
1013000 1 bldg_assessment Structure Assessment `bldg`.`assessment`
1014000 1 drr_typhoon DRR - Typhoon `bldg`.`drr_typhoon`
1015000 1 drr_t_storm_surge DRR - T Storm Surge `bldg`.`drr_t_storm_surge`
1016000 1 drr_t_sea_level_rise DRR - T Sea Level Rise `bldg`.`drr_t_sea_level_rise`
1017000 1 drr_t_destructive_wind DRR - T Destructive Wind `bldg`.`drr_t_destructive_wind`
1018000 1 drr_t_flashflood DRR - T Flashflood `bldg`.`drr_t_flashflood`
1019000 1 drr_t_flood DRR - T Flood `bldg`.`drr_t_flood`
1020000 1 drr_t_landslide DRR - T Landslide `bldg`.`drr_t_landslide`
1021000 1 drr_earthquake DRR - Earthquake `bldg`.`drr_earthquake`
1022000 1 drr_e_liquefaction DRR - E Liquefaction `bldg`.`drr_e_liquefaction`
1023000 1 drr_e_landslide DRR - E Landslide `bldg`.`drr_e_landslide`
1024000 1 drr_e_tsunami DRR - E Tsunami `bldg`.`drr_e_tsunami`
1025000 1 drr_e_fire DRR - E Fire `bldg`.`drr_e_fire`
1026000 1 drr_e_structure_failure DRR - E Structure Failure `bldg`.`drr_e_structure_failure`
1027000 1 drr_e_dam_failure DRR - E Dam Failure `bldg`.`drr_e_dam_failure`
1028000 1 drr_volcanic DRR - Volcanic `bldg`.`drr_volcanic`
1029000 1 drr_v_ash DRR - V Ash `bldg`.`drr_v_ash`
1030000 1 drr_v_lava DRR - V Lava `bldg`.`drr_v_lava`
1031000 1 drr_v_quake DRR - V Quake `bldg`.`drr_v_quake`
1032000 1 drr_v_lahar DRR - V Lahar `bldg`.`drr_v_lahar`
1033000 1 drr_v_bush_fire DRR - V Bush Fire `bldg`.`drr_v_bush_fire`
1034000 1 drr_v_pyro DRR - V Pyro `bldg`.`drr_v_pyro`
1035000 1 drr_fire_and_explosion DRR - Fire And Explosion `bldg`.`drr_fire_and_explosion`
1036000 1 drr_drought DRR - Drought `bldg`.`drr_drought`
1037000 1 drr_demic DRR - Epidemic/Pandemic `bldg`.`drr_demic`
2001000 2 hh_id ID `hh`.`id`
2002000 2 hh_head Household Head
2003000 2 hh_no Household No. `hh`.`hhno`
2004000 2 hh_ownership Ownership `hh`.`ownership`
2005000 2 hh_pow_electricity Power - Electricity `hh`.`electricity`
2006000 2 hh_pow_gas_lamp Power - Gas Lamp `hh`.`gas_lamp`
2007000 2 hh_pow_genset Power - Generator Set `hh`.`genset`
2008000 2 hh_pow_solar Power - Solar `hh`.`pow_solar_panel`
2009000 2 hh_pow_others Power - Others `hh`.`pow_others`
2010000 2 hh_internet_broadband Internet - Broadband `hh`.`internet_broadband`
2011000 2 hh_internet_fiber_optic Internet - Fiber Optic `hh`.`internet_fiber_optic`
2012000 2 hh_internet_wirelss Internet - Wirelss `hh`.`internet_wirelss`
2013000 2 hh_internet_others Internet - Others `hh`.`internet_others`
2014000 2 hh_tw_sealed Toilet - Water Sealed `hh`.`toilet_water_sealed`
2015000 2 hh_tw_sealed_1 Toilet - WS Exclusive Septic T `hh`.`toilet_water_sealed_1`
2016000 2 hh_tw_sealed_2 Toilet - WS Shared Septic Tan `hh`.`toilet_water_sealed_2`
2017000 2 hh_tw_sealed_3 Toilet - WS Other Exclusive D `hh`.`toilet_water_sealed_3`
2018000 2 hh_tw_sealed_4 Toilet - WS Other Shared Depo`hh`.`toilet_water_sealed_4`
2019000 2 hh_toilet_close_pit Toilet - Close Pit `hh`.`toilet_close_pit`
2020000 2 hh_toilet_open_pit Toilet - Open Pit `hh`.`toilet_open_pit`
2021000 2 hh_toilet_portable Toilet - Portable `hh`.`toilet_portable`
2022000 2 hh_toilet_public Toilet - Public `hh`.`toilet_public`
2023000 2 hh_toilet_is_none Toilet - None `hh`.`toilet_is_none`
2024000 2 hh_toilet_others Toilet - Others `hh`.`toilet_others`
2025000 2 hh_cooking_uling Cooking - Coal `hh`.`cooking_uling`
2026000 2 hh_cooking_firewood Cooking - Firewood `hh`.`cooking_firewood`
2027000 2 hh_cooking_lpg Cooking - Lpg `hh`.`cooking_lpg`
2028000 2 hh_cooking_electric Cooking - Electric `hh`.`cooking_electric`
2029000 2 hh_cooking_kerosene Cooking - Kerosene `hh`.`cooking_kerosene`
2030000 2 hh_cooking_others Cooking - Others `hh`.`cooking_others`
2031000 2 hh_ws_level_1 Water Level 1 `hh`.`watersource_level_1`
2032000 2 hh_ws_level_2 Water Level 2 `hh`.`watersource_level_2`
2033000 2 hh_ws_level_3 Water Level 3 `hh`.`watersource_level_3`
2034000 2 hh_wf_deep_well Water Facility - Deep Well `hh`.`wf_deep_well`
2035000 2 hh_wf_shallow_well Water Facility - Shallow Well `hh`.`wf_shallow_well`
2036000 2 hh_wf_freeflow Water Facility - Freeflow `hh`.`wf_freeflow`
2037000 2 hh_wf_metered Water Facility - Metered `hh`.`wf_metered`
2038000 2 hh_wf_refilling Water Facility - Refilling `hh`.`wf_refilling`
2039000 2 hh_wf_others Water Facility - Others `hh`.`wf_others`
2040000 2 hh_dw Main Source of Drinking Wate`hh`.`dw_main_source`
2041000 2 hh_swm_pickup Solid Waste - Pickup `hh`.`swm_pickup`
2042000 2 hh_swm_individual_pit Solid Waste - Individual Pit `hh`.`swm_individual_pit`
2043000 2 hh_swm_burning Solid Waste - Burning `hh`.`swm_burning`
2044000 2 hh_swm_composting Solid Waste - Composting `hh`.`swm_composting`
2045000 2 hh_swm_burying Solid Waste - Burying `hh`.`swm_burying`
2046000 2 hh_swm_feed_to_animals Solid Waste - Feed To Animals`hh`.`swm_feed_to_animals`
2047000 2 hh_swm_others Solid Waste - Others `hh`.`swm_others`
3001000 3 fam_id ID `family`.`id`
3002000 3 fam_head Head of the Family `family`.`f_head_name`
3003000 3 fam_has_dpkit Has Disaster Preparedness Kit `family`.`has_dpkit`
3004000 3 fam_dkit_list DPK List `family`.`dpkit_list`
3005000 3 dvc_pc Personal Computer/Laptop (ct`family`.`dvc_pc`
3006000 3 dvc_cp Cellphones (ctr) `family`.`dvc_cp`
3007000 3 dvc_tel Telephone Landline (ctr) `family`.`dvc_tel`
3008000 3 dvc_others Others - Spicify `family`.`dvc_others`
3009000 3 apl_tv Television Set (ctr) `family`.`apl_tv`
3010000 3 apl_cable Cable TV (ctr) `family`.`apl_cable`
3011000 3 apl_radio_cassette Radio/Cassette (ctr) `family`.`apl_radio_cassette`
3012000 3 apl_range Cooking Range (ctr) `family`.`apl_range`
3013000 3 apl_wm Washing Machine (ctr) `family`.`apl_wm`
3014000 3 apl_ref Refrigerator/Freezer (ctr) `family`.`apl_ref`
3015000 3 apl_others Others - Spicify `family`.`apl_others`
3016000 3 tr_vehicle Vehicle (ctr) `family`.`tr_vehicle`
3017000 3 tr_motorcycle Motorcycle (ctr) `family`.`tr_motorcycle`
3018000 3 tr_tricycle Tricycle (ctr) `family`.`tr_tricycle`
3019000 3 tr_truck Truck (ctr) `family`.`tr_truck`

Motorized Boat/Banca (ctr)


3020000 3 tr_motorized_banca `family`.`tr_motorized_banca`
Non-Motorized Boat/Banca
3021000 3 tr_non_motorized_banca (ctr) `family`.`tr_non_motorized_banca`
3022000 3 tr_others Others - Spicify `family`.`tr_others`
3023000 3 ani_cow Cows (ctr) `family`.`ani_cow`
3024000 3 ani_carabao Carabaos (ctr) `family`.`ani_carabao`
3025000 3 ani_goat Goats (ctr) `family`.`ani_goat`
3026000 3 ani_horse Horses (ctr) `family`.`ani_horse`
3027000 3 ani_pig Pigs (ctr) `family`.`ani_pig`
3028000 3 ani_chicken Chickens (ctr) `family`.`ani_chicken`
3029000 3 ani_duck Ducks (ctr) `family`.`ani_duck`
3030000 3 ani_geese Geese (ctr) `family`.`ani_geese`
3031000 3 ani_dove Doves (ctr) `family`.`ani_dove`
3032000 3 ani_eagle Eagles (ctr) `family`.`ani_eagle`
3033000 3 ani_dog Dogs (ctr) `family`.`ani_dog`
3034000 3 ani_cat Cats (ctr) `family`.`ani_cat`
3035000 3 ani_others Animals (Others Specify) `family`.`ani_others`
4001000 4 rbi_id ID `rbi`.`id`
4002000 4 rbi_lname Last Name `rbi`.`b_lname`
4003000 4 rbi_fname First Name `rbi`.`b_fname`
4004000 4 rbi_mname Middle Name `rbi`.`b_mname`
4005000 4 rbi_sname Suffix Name `rbi`.`b_sname`
4006000 4 rbi_alias Alias `rbi`.`b_alias`
4007000 4 rbi_age Age `rbi`.`b_age`
4008000 4 rbi_sex Sex `rbi`.`b_sex`
4009000 4 rbi_bdate Birthdate `rbi`.`b_birthdate`
4010000 4 rbi_bplace Birthplace `rbi`.`b_birthplace`
4011000 4 rbi_is_lgbt Is LGBTQIA+? `rbi`.`b_is_lgbt`
4012000 4 rbi_lgbt_define Specific Gender `rbi`.`b_lgbt_define`
4013000 4 rbi_civil_status Civil Status `rbi`.`b_civil_status`
4014000 4 rbi_citizenship Citizenship `rbi`.`b_citizenship`
4015000 4 rbi_religion Religion `rbi`.`b_religion`
4016000 4 rbi_is_ip Is Indigenous People? `rbi`.`b_is_ip`
4017000 4 rbi_tribe Tribe `rbi`.`b_tribe`
4018000 4 rbi_is_hh_head Is Household Head? `rbi`.`b_is_hh_head`
4019000 4 rbi_is_family_head Is Head of the Family? `rbi`.`b_is_family_head`
4020000 4 rbi_is_solo_parent Is Solo Parent? `rbi`.`b_is_solo_parent`
4021000 4 rbi_rel_to_hh_head Relationship to HH Head `rbi`.`b_rel_to_hh_head`
4022000 4 rbi_rel_to_fam_head Relationship to HoF `rbi`.`b_rel_to_fam_head`
4023000 4 rbi_is_reg_voter Is Registered Voter? `rbi`.`b_is_reg_voter`
4024000 4 rbi_is_voting_in_brgy Is Voting in the Barangay? `rbi`.`b_is_voting_in_brgy`
4025000 4 rbi_voting_precint Voting Precint `rbi`.`b_voting_precint`
4026000 4 rbi_other_voting_place Voting Place `rbi`.`b_other_voting_place`
4027000 4 rbi_is_resident Is Resident? `rbi`.`b_is_resident`
4028000 4 rbi_resident_status Resident Status `rbi`.`b_resident_status`
4029000 4 rbi_resident_since Resident Since `rbi`.`b_resident_since`
4030000 4 rbi_contact Contact `rbi`.`b_contact`
4031000 4 rbi_email Email `rbi`.`b_email`
4032000 4 rbi_contact_person Contact Person `rbi`.`b_contact_person`
4033000 4 rbi_contact_address Contact Address `rbi`.`b_contact_address`
4034000 4 rbi_contact_telno Contact Telno `rbi`.`b_contact_telno`
4035000 4 rbi_is_ph_member Is PH Member? `rbi`.`b_is_ph_member`
4036000 4 rbi_is_4p_member Is 4Ps Member? `rbi`.`b_is_4p_member`
4037000 4 rbi_is_gsis_member Is GSIS Member? `rbi`.`b_is_gsis_member`
4038000 4 rbi_is_sss_member Is SSS Member? `rbi`.`b_is_sss_member`
4039000 4 b_has_philsys Has Philsys ID? `rbi`.`b_has_philsys`
4040000 4 b_philsys_no Philsys ID No. `rbi`.`b_philsys_no`
4041000 4 b_sss_no SSS No. `rbi`.`b_sss_no`
4042000 4 b_gsis_no GSIS No. `rbi`.`b_gsis_no`
4043000 4 b_tin_no TIN No. `rbi`.`b_tin_no`
4044000 4 b_dl_no DL No. `rbi`.`b_dl_no`
4045000 4 b_passport_no Passport No. `rbi`.`b_passport_no`
4046000 4 l_is_birth_registered Is Birth Registered? `rbi`.`l_is_birth_registered`
4047000 4 l_is_baptized Is Baptized? `rbi`.`l_is_baptized`
4048000 4 l_is_confirmed Is Confirmed? `rbi`.`l_is_confirmed`
4049000 4 l_is_marriage_registered Is Marriage Registered? `rbi`.`l_is_marriage_registered`
4050000 4 e_education_status Educational Status `rbi`.`e_education_status`
4051000 4 e_is_dropout Is Dropout? `rbi`.`e_is_dropout`
4052000 4 e_is_osy Is Out of School Youth? `rbi`.`e_is_osy`
4053000 4 e_level_of_education Level of Education `rbi`.`e_level_of_education`
4054000 4 e_degree Education Degree `rbi`.`e_degree`
4055000 4 e_school_type School Type `rbi`.`e_school_type`
4056000 4 h_status Health Status `rbi`.`h_status`
4057000 4 h_is_pwd Is PWD? `rbi`.`h_is_pwd`
4058000 4 h_disability Disability `rbi`.`h_disability`
4059000 4 h_disability_cause Cause of Disability `rbi`.`h_disability_cause`
4060000 4 h_with_id With PWD/Senior ID? `rbi`.`h_with_id`
4061000 4 h_weight Weight `rbi`.`h_weight`
4062000 4 h_height Height `rbi`.`h_height`
4063000 4 h_blood_type Blood Type `rbi`.`h_blood_type`
4064000 4 h_is_pregnant Is Pregnant? `rbi`.`h_is_pregnant`
4065000 4 h_is_breastfeeding Is Breastfeeding? `rbi`.`h_is_breastfeeding`
4066000 4 n_main_occupation Main Occupation `rbi`.`n_main_occupation`
4067000 4 n_occupation_address Occupation Address `rbi`.`n_occupation_address`
4068000 4 n_economic_status Economic Status `rbi`.`n_economic_status`
4069000 4 n_employment_type Employment Type `rbi`.`n_employment_type`
4070000 4 n_is_working_outside_provIs Working Outside the Provin `rbi`.`n_is_working_outside_provinc
4071000 4 n_outside_province_work_Working Place (Outside Provi `rbi`.`n_outside_province_work_loc
4072000 4 n_is_ofw Is OFW? `rbi`.`n_is_ofw`
4073000 4 n_is_ofw_sea_based Is OFW (Sea-based)? `rbi`.`n_is_ofw_sea_based`
4074000 4 n_is_ofw_land_based Is OFW (Land-based)? `rbi`.`n_is_ofw_land_based`
4075000 4 n_ofw_land_base OFW Land-based Location `rbi`.`n_ofw_land_base`
4076000 4 n_employment_nature Nature of Employment `rbi`.`n_employment_nature`
4077000 4 n_industry_type Industry Type `rbi`.`n_industry_type`
4078000 4 n_monthly_income ` `rbi`.`n_monthly_income`
fld_type is_fixed is_checked is_special
largeint 1 1 0
text 1 1 0
text 1 1 0
real 1 1 0
real 1 1 0
real 1 1 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
int 0 0 0
real 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
largeint 1 1 0
text 1 1 1
text 1 1 1
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
largeint 1 1 0
text 1 1 0
bool 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0

int 0 0 0

int 0 0 0
text 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
int 0 0 0
text 0 0 0
largeint 1 1 0
text 1 1 0
text 1 1 0
text 1 1 0
text 1 1 0
text 1 1 0
int 1 1 0
text 1 1 0
date 1 1 0
text 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
bool 0 0 0
text 0 0 0
bool 0 0 0
bool 0 0 0
bool 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0
text 0 0 0

You might also like