Public.qrtz job details (table)
wikibot
| Table | public.qrtz_job_details |
| Column | Data Type | Nullable | Default | PK | Index |
| job_name | varchar(80) | not null | qrtz_job_details_pkey | ||
| job_group | varchar(80) | not null | qrtz_job_details_pkey | ||
| description | varchar(120) | null | |||
| job_class_name | varchar(128) | not null | |||
| is_durable | boolean | not null | |||
| is_volatile | boolean | not null | |||
| is_stateful | boolean | not null | |||
| requests_recovery | boolean | not null | |||
| job_data | bytea | 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 |