| | |
| | | COMMENT ON COLUMN "public"."quartz_task_info"."update_time" IS '最后更新时间'; |
| | | COMMENT ON COLUMN "public"."quartz_task_info"."is_delete" IS '是否删除(逻辑删除)'; |
| | | |
| | | -- 初始数据 |
| | | INSERT INTO "public"."quartz_task_info" ("id", "version", "task_no", "task_name", "scheduler_rule", "status", "executor", "frozen_time", "unfrozen_time", "send_type", "url", "execute_parameter", "last_time", "last_parameter", "last_status", "create_time") |
| | | VALUES (1830908333901479937, 1725357538032, 'T565596601381429248', '清理任务调度日志', '0 0 1 * * ?', 1, 'clearQuartzLog', 0, 0, '1', '', '', '', '', 200, 1725357538032); |
| | | |
| | | |
| | | -- ---------------------------- |
| | | -- Table structure for quartz_task_record |
| | | -- ---------------------------- |