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