Public.qrtz job details (table)
wikibot
| Table | public.qrtz_job_details |
| Column | Data Type | Nullable | Default | PK | Index |
| job_name | not null | qrtz_job_details_pkey | |||
| job_group | not null | qrtz_job_details_pkey | |||
| description | null | ||||
| job_class_name | not null | ||||
| is_durable | not null | ||||
| is_volatile | not null | ||||
| is_stateful | not null | ||||
| requests_recovery | not null | ||||
| job_data | not null |
| Detail Table | Column | Referencing Column |
| public.qrtz_job_listeners | job_name | job_name |
| public.qrtz_job_listeners | job_name | job_name |
| public.qrtz_triggers | job_name | job_name |
| public.qrtz_triggers | job_name | job_name |