Since no other tables point to a job as a foreign key (until Comments are made that is), deleting a job will just remove that one record from the database. Once jobs have comments though, deleting that job should also delete all comments associated with that job.
Since no other tables point to a job as a foreign key (until Comments are made that is), deleting a job will just remove that one record from the database. Once jobs have comments though, deleting that job should also delete all comments associated with that job.