DEDECMS database Structure table name: Dede_sys_task field description is as follows:
Table Name: Dede_sys_task
(ENGINE=MYISAM/CHARSET=GBK) Description: Task Scheduler table field name description describes the specific parameters lastrun last run int (a) unsigned not NULL DEFAULT ' 0 ', islock whether tinyint is enabled ( 1) unsigned NOT null default ' 0 ', Dourl Run program varchar (MB) NOT NULL, Endtime end time Int (a) unsigned NOT null default ' 0 ', ID plan ID NT (a) unsigned NOT NULL auto_increment, settime set time int (a) unsigned NOT null DEFAULT ' 0 ', starttime start time Int (a) unsigned Not null default ' 0 ', STA run State enum (' Run ', ' success ', ' failed ') DEFAULT NULL, RunType loop mode tinyint (1) unsigned NOT null default ' 0 ', freq cycle tinyint (2) unsigned not NULL default ' 0 ', runtime run time varchar (a) DEFAULT ' 0000 ', http://www.aliyun.com/zixun/ Aggregation/12616.html ">parameter additional parameter text, taskname task name varchar NOT NULL, description task description varchar () NOT NULL Index:
PRIMARY KEY (' id ')