I have used primary key join column in StudentsDetails entity to share the primary key of the Students entity(student_id). But while inserting the values in StudentsDetails it is not getting assigned to the primary key and just being inserted as a value(not referring to the student_id of Students entity).
I have used primary key join column in StudentsDetails entity to share the primary key of the Students entity(student_id). But while inserting the values in StudentsDetails it is not getting assigned to the primary key and just being inserted as a value(not referring to the student_id of Students entity).