rt-sim-training-service/sql/20211224-thesai.sql

7 lines
190 B
SQL

alter table exam_definition
add `system` bit default 0 not null comment '系统生成';
-- 数据处理
UPDATE exam_definition
SET `system` = 1
WHERE
remarks LIKE '%默认试卷'