Public.qrtz simple triggers (table)
wikibot
Table | public.qrtz_simple_triggers |
Columns
Column | Data Type | Nullable | Default | Description |
trigger_name | varchar(80) | not null | ||
trigger_group | varchar(80) | not null | ||
repeat_count | bigint | not null | ||
repeat_interval | bigint | not null | ||
times_triggered | bigint | not null |
Primary Key
Primary Key | Columns |
pk_qrtz_simple_triggers | trigger_name, trigger_group |
Foreign Keys
Relation | Column | Referenced Column |
public.qrtz_triggers | trigger_name | trigger_name |