ALTER TABLE users
  MODIFY user_type ENUM('physician','resident','intern','administrative','super_admin') NOT NULL;

