2 lines
98 B
SQL
2 lines
98 B
SQL
alter table exam_definition
|
|
add abnormal tinyint(1) default 0 not null comment '数据异常'; |