From d20364b1c6b86fe78c1954f4492f71c1455d1784 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 1 Feb 2018 01:55:29 +0900 Subject: [PATCH] =?UTF-8?q?general=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EC=BD=94=EB=93=9C=20=EC=8B=A4=EC=88=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che_close/schema.sql b/che_close/schema.sql index 3c1fc72..fef44c9 100644 --- a/che_close/schema.sql +++ b/che_close/schema.sql @@ -23,7 +23,7 @@ $general_schema = " logcnt int(6) default 1, refcnt int(6) default 1, picture char(32) not null, imgsvr int(1) default 0, name char(32) not null, - name2 char(32) not default null, + name2 CHAR(32) NULL DEFAULT NULL, nation int(6) default 0, nations char(64) default ',0,', city int(6) default 0,