comment '批量启动时间',
actual_start_time timestamp comment '实际启动时间',
end_time timestamp comment '...comment '更新时间',
task_status char(1) comment '状态:I-初始化,W-批量等待前置任务中,P-批量运行中,S-成功,F-批量失败',
PRIMARY...0000-00-00 00:00:00' COMMENT '更新时间',
`task_status` char(1) DEFAULT NULL COMMENT '状态:I-初始化,W-批量等待前置任务中,...P-批量运行中,S-成功,F-批量失败',
PRIMARY KEY (`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='对账任务表'...start_time加上了 default_current_timestamp on update current_timestamp。