-- AlterTable
ALTER TABLE `users` ADD COLUMN `maintenance_status` ENUM('verified', 'unverified') NOT NULL DEFAULT 'unverified';
