From c1d12123a560982e05784d2fb79a632e84175ec1 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 30 Jan 2018 21:26:02 +0900 Subject: [PATCH] Update init-mysql.sql --- ax-boot-core/src/main/resources/sql/init-mysql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/ax-boot-core/src/main/resources/sql/init-mysql.sql b/ax-boot-core/src/main/resources/sql/init-mysql.sql index 35a962cb..cadd09b3 100644 --- a/ax-boot-core/src/main/resources/sql/init-mysql.sql +++ b/ax-boot-core/src/main/resources/sql/init-mysql.sql @@ -175,6 +175,7 @@ CREATE TABLE `MENU_M` ( `MENU_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID', `MENU_GRP_CD` varchar(100) DEFAULT NULL COMMENT '메뉴 그룹코드', `MENU_NM` varchar(100) DEFAULT NULL COMMENT '메뉴명', + `MULTI_LANGUAGE` varchar(100) DEFAULT NULL COMMENT '메뉴 다국어 필드', `PARENT_ID` bigint(20) DEFAULT NULL COMMENT '부모 ID', `LEVEL` int(11) DEFAULT NULL COMMENT '레벨', `SORT` int(11) DEFAULT NULL COMMENT '정렬',