数据库方面的一个外键错误,求提示一下

img


报错提示:java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (db_student.s_attendance, CONSTRAINT student_attendance_foreign FOREIGN KEY (student_id) REFERENCES s_student (id) ON DELETE RESTRICT ON UPDATE RESTRICT)

数据库信息:

img

img

没怎么学过数据库,。求指点一下,到底是哪里的问题。

参考这个看看
https://blog.csdn.net/weixin_43713105/article/details/89396870

有外键约束,外键必须赋值存在的值才行。望采纳!