USE postgresql;
ALTER TABLE `postgresql`.`business`
CHANGE COLUMN `payedHolidays` `payedHolidays` DECIMAL(5,2) NOT NULL DEFAULT 0;