update at 2023/08/14
This commit is contained in:
4
database/upgrade0727/pm_custom_title.sql
Normal file
4
database/upgrade0727/pm_custom_title.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `omc_db`.`pm_custom_title`
|
||||
ADD COLUMN `kpi_set` json NULL AFTER `kpi_id`,
|
||||
ADD COLUMN `status` enum('Active','Deleted') NULL AFTER `period`,
|
||||
MODIFY COLUMN `update_time` datetime NULL DEFAULT current_timestamp() ON UPDATE CURRENT_TIMESTAMP AFTER `description`;
|
||||
Reference in New Issue
Block a user