Type of the job. See acceptable values within the constraint_job_type table.
priority
integer
NO
Priority of the job. When multiple jobs can be run at the same time, the jobs with higher priority run first.
dependency_logic
character varying
NO
How should entity dependencies be treated (and = all required entities require updates, or = any required entities require updates). See acceptable values within the constraint_job_dependency_logic table.
insert_date
timestamp with time zone
NO
UTC timestamp when the record was inserted into the table.
update_date
timestamp with time zone
YES
UTC timestamp when the record was inserted into the table.
migration_insert_id
integer
YES
System generated unique identifier of the migration this record was inserted by.
migration_update_id
integer
YES
System generated unique identifier of the migration this record was updated by.