-- AlterTable
ALTER TABLE `organizationmember` MODIFY `role` ENUM('OWNER', 'ADMIN', 'MEMBER') NOT NULL DEFAULT 'MEMBER';
