ALTER TABLE `ie_User` ADD `lessonsAccess` ENUM('y', 'n') NOT NULL DEFAULT 'n' AFTER `reportsAccess`; UPDATE `ie_User` SET lessonsAccess = 'y';