-- AlterTable
ALTER TABLE `departments` ADD COLUMN `color` VARCHAR(191) NOT NULL DEFAULT 'gray';
