Changes
This commit is contained in:
4
sql/article_main_ref_check_status.sql
Normal file
4
sql/article_main_ref_check_status.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 分节(t_article_main)引用校对总结果:明细仍在 t_reference_check_result(如 [70-73] 四条)
|
||||
ALTER TABLE `t_article_main`
|
||||
ADD COLUMN `ref_check_status` tinyint(1) NOT NULL DEFAULT 0
|
||||
COMMENT '引用校对总结果: 0未检测 1通过 2未通过 3检测中' AFTER `content`;
|
||||
Reference in New Issue
Block a user