ALTER TABLE `omc_db`.`operation_log` ADD COLUMN `log_time` datetime NULL DEFAULT current_timestamp() ON UPDATE CURRENT_TIMESTAMP AFTER `vnf_flag`;