evoToK3Cloud/script/sql/update/plm-pdf-zip-push-drawing-changed.sql
2026-08-11 14:29:31 +08:00

4 lines
244 B
SQL
Raw Permalink 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.

-- PLM PDF/DWG 推送明细是否变更图纸PLM 字段 IsDrawingChanaged
ALTER TABLE `plm_pdf_zip_push_item`
ADD COLUMN `is_drawing_changed` tinyint(1) DEFAULT NULL COMMENT '是否变更图纸(IsDrawingChanaged)' AFTER `batch_qty`;