Files
tougao/sql/article_main_ref_check_status.sql
2026-05-26 18:01:44 +08:00

5 lines
301 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 分节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`;