ALTER TABLE `1234567890`.`customerappcode` 
ADD COLUMN `IsChatAktiv` INT NULL DEFAULT 0 COMMENT '' AFTER `CustomerCode`;
