ALTER TABLE `mm_Admin` ADD `type` ENUM('admin','staff') NOT NULL DEFAULT 'admin' AFTER `id`;