Files
spdm-backend/1-sql/2026-02-26/simulation_design_versions.sql

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

ALTER TABLE spdm_baseline.simulation_design_versions ADD beforeContents longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '上个版本内容JSON字符串';
ALTER TABLE spdm_baseline.simulation_design_versions ADD cidFlowId varchar(255) NULL COMMENT 'cid流程实例id';