Public.qrtz simple triggers (table)
wikibot
Table | public.qrtz_simple_triggers |
Column | Data Type | Nullable | Default | PK | Index |
trigger_name | not null | pk_qrtz_simple_triggers | |||
trigger_group | not null | pk_qrtz_simple_triggers | |||
repeat_count | not null | ||||
repeat_interval | not null | ||||
times_triggered | not null |
Relation | Column | Referenced Column |
public.qrtz_triggers | trigger_name | trigger_name |