-- AlterTable
ALTER TABLE `jobfees` ADD COLUMN `priceOverwrite` DOUBLE NOT NULL DEFAULT 0;
