ALTER TABLE `orders` ADD `referredByStaffId` int;--> statement-breakpoint
ALTER TABLE `orders` ADD `referredCommission` decimal(15,0) DEFAULT '0';