|
But if you are unable to design the database of the job site go one step at a time. Get the personal details of the user first then have the resume table.
As a very distant view I can suggest you to have the following tables
UserDetails
Resume
JobApplications
JobDetails
.
.
.
|