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/20250213/migration2.2.2.sql

7 lines
325 B
SQL

alter table model_atomic_result
modify record_split_id text null comment '笔录片段id';
alter table note_record_split
add processed_question text null comment '处理后的回答' after answer;
alter table note_record_split
add processed_answer text null comment '处理后的回答' after processed_question;