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.
fu-hsi-service/docker/docker-compose/sql/20250116/migration2.2.1.sql

4 lines
207 B
SQL

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;