1. 指代消除功能开发-变更sql
parent
bdb1c8558f
commit
91941cc015
@ -0,0 +1,7 @@
|
||||
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;
|
Loading…
Reference in New Issue