salix/db/versions/.archive/10311-navyChico/00-firstScript.sql

3 lines
135 B
MySQL
Raw Normal View History

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