Files
spdm-backend/1-sql/2026-01-04/project/simulation_performance_extra.sql

5 lines
311 B
MySQL
Raw Normal View History

2026-01-04 10:04:52 +08:00
ALTER TABLE `simulation_performance_extra`
ADD COLUMN `creator` BIGINT NULL AFTER `propertyClass`,
ADD COLUMN `create_time` VARCHAR(100) NULL AFTER `creator`,
ADD COLUMN `updater` BIGINT NULL AFTER `create_time`,
ADD COLUMN `update_time` VARCHAR(100) NULL AFTER `updater`;