I have three tables:
Order: [id, month]
Job: [id, status]
JobOrder: [id, job_id, order_id]
Orders are processed by multiple jobs, and jobs can pr