Laravel – SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'id_ibu' cannot be null
insert into ibuhamils (id_ibu, berat_badan, tinggi_badan, lila, t_darah, keluhan, tgl_periksa, updated_at, created_at) values (?, 54, 159, 20, 120/80, Tidak Ada, 2023-08-25, 2023-08-25 11:57:40, 2023-08-25 11:57:40) help me solve this problem!!! my controller public function store(Request $request){ // menerima data request…