insert('qimall_crontab_task', [ 'name' => '幸运拼团手动拼团订单过了有效期自动退款', 'command' => 'lucky-group/lucky-group-crontab/exp-activity', 'type' => 2, 'rule' => '0 30 0 * * *', 'is_warning' => 0, 'status' => 1, 'created_at' => 1660120549, 'updated_at' => 1660120549, ]); } public function down() { echo "M220810084004InsertQimallCrontabTask cannot be reverted.\n"; return false; } }