dbpatch/202410/机具大融合/20241119_purchase_check_det...

3 lines
247 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.

ALTER TABLE `bns_cloud_material`.`purchase_check_details`
ADD COLUMN `warn_documents` varchar(255) NULL COMMENT '质保材料app用' AFTER `fix_code`,
ADD COLUMN `reason` varchar(255) NULL COMMENT '原因app用' AFTER `warn_documents`;