ALTER TABLE `users` ADD `status` ENUM('active', 'banned') NOT NULL DEFAULT 'active';