# Structs
CreateJobErrorInstruction is an instruction to crearte a new row in the job_error table.
CreateJobInstruction is an instruction to insert a new row into the jobs table.
CreateJobRunInstruction is an instruction to update an existing row in the jobRuns table.
InstructionSet represents a set of instructions to apply to the database.
UpdateJobInstruction is an instruction to update an existing row in the jobs table.
UpdateJobRunInstruction is an instruction to update an existing row in the job runs table.