evoToK3Cloud/script/sql/update/ding-scheme-application-alter-wf-values-json.sql
2026-05-18 10:56:56 +08:00

6 lines
307 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.

-- 已有旧表(含大量 wf_* 列导致 1118先加 JSON 列、升级应用后再按需删除旧 wf_* 列
-- 若 wf_values_json 已存在则跳过本段
ALTER TABLE ding_scheme_application
ADD COLUMN wf_values_json LONGTEXT NULL COMMENT '控件 id -> {value,ext} JSON' AFTER form_label_map;