-- AlterTable
ALTER TABLE `User` MODIFY `subscription` ENUM('MONTHLY', 'QUARTERLY', 'YEARLY', 'LIFETIME') NULL;
