-- Migration to add real_amount to monthly_bills table ALTER TABLE `monthly_bills` ADD COLUMN `real_amount` DECIMAL(10, 2) NULL DEFAULT NULL AFTER `amount_per_house`;