ALTER TABLE `payment_periods` ADD COLUMN `paidAmount` DOUBLE NOT NULL DEFAULT 0;
