Public.qrtz cron triggers (table)
wikibot
| Table | public.qrtz_cron_triggers |
| Column | Data Type | Nullable | Default | PK | Index |
| trigger_name | not null | pk_qrtz_cron_triggers | |||
| trigger_group | not null | pk_qrtz_cron_triggers | |||
| cron_expression | not null | ||||
| time_zone_id | null |
| Relation | Column | Referenced Column |
| public.qrtz_triggers | trigger_name | trigger_name |