Changes
This commit is contained in:
3
sql/reference_check_result_can_support.sql
Normal file
3
sql/reference_check_result_can_support.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 引用校对:是否能支撑(与 is_match 同步,便于前端单独展示)
|
||||
ALTER TABLE `t_article_reference_check_result`
|
||||
ADD COLUMN `can_support` tinyint(1) NOT NULL DEFAULT 0 COMMENT '文献能否支撑正文引用句 0否1是' AFTER `is_match`;
|
||||
Reference in New Issue
Block a user