ALTER TABLE `map_system` ADD COLUMN `new_api` tinyint(1) NOT NULL DEFAULT 0 AFTER `status`; ALTER TABLE `map_system` DROP COLUMN `prd_id`;