1、sql提交
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `simulation_performance_extra`
|
||||
ADD COLUMN `creator` BIGINT NOT NULL AFTER `propertyClass`,
|
||||
ADD COLUMN `create_time` VARCHAR(100) NOT NULL AFTER `creator`,
|
||||
ADD COLUMN `updater` BIGINT NOT NULL AFTER `create_time`,
|
||||
ADD COLUMN `update_time` VARCHAR(100) NOT NULL AFTER `updater`;
|
||||
1
1-sql/2026-01-04/project/simulation_run.sql
Normal file
1
1-sql/2026-01-04/project/simulation_run.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `simulation_run` ADD finishTime TIMESTAMP NULL COMMENT '完成时间';
|
||||
Reference in New Issue
Block a user