Public.qrtz simple triggers (table)

From dbscript Online Help
Jump to: navigation, search

wikibot[edit]

Table public.qrtz_simple_triggers

Columns[edit]

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[edit]

Primary Key Columns
pk_qrtz_simple_triggers trigger_name, trigger_group

Foreign Keys[edit]

Relation Column Referenced Column
public.qrtz_triggers trigger_name trigger_name