From afc301fad25e6f979d60f0853382c1d653c3dcae Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 25 Jan 2019 00:13:04 +0900 Subject: [PATCH] =?UTF-8?q?DB=20=EC=8A=A4=ED=82=A4=EB=A7=88=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/sql/common_schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/f_install/sql/common_schema.sql b/f_install/sql/common_schema.sql index 973a5b6f..84931388 100644 --- a/f_install/sql/common_schema.sql +++ b/f_install/sql/common_schema.sql @@ -32,6 +32,7 @@ CREATE TABLE `member` ( `PICTURE` VARCHAR(64) NULL DEFAULT 'default.jpg', `IMGSVR` INT(1) NULL DEFAULT '0', `acl` TEXT NOT NULL DEFAULT '{}' COMMENT 'json', + `penalty` TEXT NOT NULL DEFAULT '{}' COMMENT 'json', `GRADE` INT(1) NULL DEFAULT '1', `REG_NUM` INT(3) NULL DEFAULT '0', `REG_DATE` DATETIME NOT NULL,