1Error: INSERT INTO software_dbaulamovil.agenda_estudiantes (id_novedad,id_estudiante,fecha_nov,asunto,lugar,hora,mensaje) VALUES ('1','','','','','','')
Cannot add or update a child row: a foreign key constraint fails (`software_dbaulamovil`.`agenda_estudiantes`, CONSTRAINT `idestudiante2` FOREIGN KEY (`id_estudiante`) REFERENCES `estudiantes` (`id_estudiante`) ON DELETE NO ACTION ON UPDATE NO ACTION)