-- AlterTable
ALTER TABLE `Service` ADD COLUMN `gender` ENUM('MALE', 'FEMALE', 'UNISEX') NULL DEFAULT 'UNISEX';
