I have a relationship as shown in the image, but when I update the member_name from Member_details, the other tables like committee_memba do not update, Before creating the relationship, I ran the following update querry on the database (Hr_system)
SET GLOBAL FOREIGN_KEY_CHECKS=0;