自动查重
This commit is contained in:
5
sql/add_field_ai_to_user_reviewer_info.sql
Normal file
5
sql/add_field_ai_to_user_reviewer_info.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 用户主领域 AI 总结(中文),由队列链式任务写入
|
||||
ALTER TABLE `t_user_reviewer_info`
|
||||
ADD COLUMN `field_ai` VARCHAR(512) NOT NULL DEFAULT '' COMMENT 'AI总结的主要研究领域(中文)' AFTER `field`,
|
||||
ADD COLUMN `field_ai_status` TINYINT NOT NULL DEFAULT 0 COMMENT '0待处理 1已生成 2资料不足跳过 3失败' AFTER `field_ai`,
|
||||
ADD COLUMN `field_ai_utime` INT NOT NULL DEFAULT 0 COMMENT 'field_ai 更新时间' AFTER `field_ai_status`;
|
||||
Reference in New Issue
Block a user