From cb133bbeaab345151adb0d9c41c1cf54d03557b8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 17 Mar 2018 23:00:47 +0900 Subject: [PATCH] =?UTF-8?q?comment=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/sql/common_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_install/sql/common_schema.sql b/f_install/sql/common_schema.sql index 1bf34c4c..47ce8c26 100644 --- a/f_install/sql/common_schema.sql +++ b/f_install/sql/common_schema.sql @@ -5,7 +5,7 @@ DROP TABLE IF EXISTS `member_log`; DROP TABLE IF EXISTS `auth_kakao`; -- 시스템 테이블 - +-- TODO:장기적으로는 key-value(json) storage 형태로 바꾸는게 나을 듯. CREATE TABLE `system` ( `NO` INT(11) NOT NULL AUTO_INCREMENT, `REG` VARCHAR(1) NULL DEFAULT 'N',