ALTER TABLE `invoice_master` ADD `traded_processing_fee` DECIMAL(10, 4) NULL DEFAULT NULL AFTER `processing_fee`, ADD `drp_processing_fee` DECIMAL(10, 4) NULL DEFAULT NULL AFTER `traded_processing_fee`;