Advertisement
adam-techtailor

db

Jan 20th, 2023 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. candidate
  2. - id - PK
  3. - first_name
  4. - last_name
  5. - email
  6.  
  7. job
  8. - id - PK
  9. - title
  10. - description
  11.  
  12. recruitment_process
  13. - id - PK
  14. - candidate_id - FK (not null)
  15. - job_id - FK (not null)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement