dbpatch/202410/机具大融合/20241022_purchase_macode_in...

7 lines
403 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_macode_info`
ADD COLUMN `out_fac_code` varchar(90) NULL COMMENT '出厂编号' AFTER `del_flag`,
ADD COLUMN `qr_url` varchar(255) NULL COMMENT '二维码路径url' AFTER `out_fac_code`;
ALTER TABLE `bns_cloud_material`.`purchase_check_details`
ADD COLUMN `is_download` int NULL DEFAULT 0 COMMENT '是否下载二维码0 否, 1 是)' AFTER `del_flag`;