ALTER TABLE `restaurants` ADD `order_status` ENUM('enable','disable') NOT NULL DEFAULT 'disable' AFTER `status`;
