Looking for the best way to go about this.
Basically its a setup for workers to see what jobs they have for a day.
Many workers can have the same job and multiple jobs for each worker are possible, each job can have multiple workers but not necessarily the same "bunch" of jobs.
Example:
worker a could have job 1 and 2 and
worker b could have job 1 and 3.
What is the best or a typical example of connecting this relation in a database?
My user table has ids and usernames I can reference but I am attempting to get away from some sort of list stored in the database which so far is my only idea, worker a has jobs (1,2,9).