ALTER TABLE `deals` ADD `commission_paid` enum('unpaid','paid','partial') DEFAULT 'unpaid' NOT NULL;