Skip to content

Latest commit

 

History

History
50 lines (49 loc) · 702 Bytes

File metadata and controls

50 lines (49 loc) · 702 Bytes

INSERT INTO public.household_profiles ( citizen_id, head_full_name, head_age, head_gender, head_mobile_number, total_members, male_members, female_members, children_count, senior_count, house_no, locality, ward, district, pincode, has_electricity, has_running_water, has_indoor_toilet, has_lpg, has_internet, latitude, longitude ) VALUES ( '23ff8526-f08e-4a90-90bf-17cd17c8cb5b', 'Rajesh Kumar', 45, 'Male', '9876543210', 5, 2, 2, 1, 1, 'H-102', 'Shastri Nagar', 'Ward 12', 'Ghaziabad', '201002', false, false, false, false, false, 28.6692, 77.4538 );

this is the correct way a form is posted without any problme