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