You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
alter table task_record
|
|
add finish_time datetime null comment '结束时间' after cancel_time;
|
|
alter table task_case_record
|
|
add prompt_id varchar(64) null comment '提示词ID' after task_record_id; |