migration2.2.1.sql
parent
7197e192a1
commit
879c30c051
@ -0,0 +1,4 @@
|
||||
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;
|
Loading…
Reference in New Issue