ALTER TABLE `omc_db`.`alarm` ADD COLUMN `timestamp` datetime NULL DEFAULT current_timestamp() ON UPDATE CURRENT_TIMESTAMP AFTER `clear_user`;