krishnasaye23 / CollegeAPI

REST API for college service
0 stars 0 forks source link

Problem in StudentsDetails entity #6

Closed krishnasaye23 closed 3 years ago

krishnasaye23 commented 3 years ago

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).