From 7bfc9733c93691c848ac0bb9828db699e91ab75c Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 09 11월 2021 11:36:31 +0900 Subject: [PATCH] ISP, Hoting 백엔드 수정 --- src/main/resources/migration/V1_11__Alter_Table.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/migration/V1_11__Alter_Table.sql b/src/main/resources/migration/V1_11__Alter_Table.sql index b49db13..b786560 100644 --- a/src/main/resources/migration/V1_11__Alter_Table.sql +++ b/src/main/resources/migration/V1_11__Alter_Table.sql @@ -14,6 +14,7 @@ CREATE TABLE `isp`( `id` BIGINT(11) AUTO_INCREMENT, + `code` varchar (50) NOT NULL, `name` VARCHAR(50) NOT NULL, `manager` VARCHAR(50) NULL, `tel` VARCHAR (50) NULL, @@ -29,6 +30,7 @@ CREATE TABLE `hosting`( `id` BIGINT(11) AUTO_INCREMENT, + `code` varchar (50) NOT NULL, `name` VARCHAR(50) NOT NULL, `manager` VARCHAR(50) NULL, `tel` VARCHAR (50) NULL, -- Gitblit v1.8.0