← Shopware 5.6.7

Shopware 5.6.7 s_crontab

Scheduled cron jobs with execution interval, next run time, and handler class.

Columns

14 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
name varchar(255) NO
action varchar(255) NO Unique
elementID int(11) YES
data mediumtext NO
next datetime YES
start datetime YES
interval int(11) NO
active int(1) NO
disable_on_error tinyint(1) NO Default: 1
end datetime YES
inform_template varchar(255) NO
inform_mail varchar(255) NO
pluginID int(11) unsigned YES

Indexes

2 indexes

Index Name Columns Unique
action action Yes
PRIMARY id Yes