ALTER TABLE `1234567890`.`customer` 
ADD COLUMN `ChatSafetyCode` VARCHAR(45) NULL DEFAULT 'Null' COMMENT '' AFTER `CustomerImage`;
