huminmin
9 天以前 9e1252668ed1c142c4878da705be2fe76c4a0cd5
1
2
3
alter table quality_inspect
    add defective_quantity decimal(18, 2) null comment '不良数量',
    add defective_reason varchar(255) default '' not null comment '不良原因';