ALTER TABLE `user` MODIFY COLUMN `role` enum('admin','member') NOT NULL;