job_run_history

29 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
job_id BIGINT 19 null
job.id scheduledjobsFKR
version BIGINT 19 null
start_time DATETIME 19 null
end_time DATETIME 19 null
status VARCHAR 10 null
error_message TEXT 65535 NULL
trigger_type VARCHAR 25 null
error_log TEXT 65535 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
scheduledjobsFK Performance Asc job_id

Relationships