From c6f863d44cffade4637bc153994d2d5c56eb4a0c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 14 Jan 2018 04:40:05 +0900 Subject: [PATCH] =?UTF-8?q?schema=EC=97=90=EC=84=9C=20name2=EB=8A=94=20nul?= =?UTF-8?q?l=EC=9D=B4=20=EA=B0=80=EB=8A=A5=ED=95=98=EB=8F=84=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe_close/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twe_close/schema.php b/twe_close/schema.php index ceb9050d..96f018c7 100644 --- a/twe_close/schema.php +++ b/twe_close/schema.php @@ -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 null, + name2 char(32) NULL DEFAULT NULL, nation int(6) default 0, nations char(64) default ',0,', city int(6) default 0,