ir_cron_trigger

-1 rows


Description

Triggered actions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_cron_trigger_id_seq'::regclass)
cron_id int4 10 null
ir_cron.id ir_cron_trigger_cron_id_fkey N

Cron

create_uid int4 10 null
res_users.id ir_cron_trigger_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id ir_cron_trigger_write_uid_fkey N

Last Updated by

call_at timestamp 29,6 null

Call At

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
ir_cron_trigger_pkey Primary key Asc id
ir_cron_trigger__call_at_index Performance Asc call_at
ir_cron_trigger__cron_id_index Performance Asc cron_id

Relationships