/* ISP, 호스팅의 코드 KEY 제거 */ ALTER TABLE `issue_isp` DROP INDEX IF EXISTS `codeIndex`; ALTER TABLE `issue_hosting` DROP INDEX IF EXISTS `codeIndex`;