From 64a086c24a283ac56813e0bba1a11fa12e50a59f Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 31 Jan 2018 20:53:38 +0900 Subject: [PATCH] =?UTF-8?q?(=EB=B2=84=EA=B7=B8=3F)=20=EB=A6=AC=EC=85=8B?= =?UTF-8?q?=EC=8B=9C=20general=20=ED=85=8C=EC=9D=B4=EB=B8=94=EC=97=90?= =?UTF-8?q?=EC=84=9C=20name2=EA=B0=80=20null=EC=9D=BC=20=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EB=8F=84=EB=A1=9D?= 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 1654fc7..3c1fc72 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 null, + name2 char(32) not default null, nation int(6) default 0, nations char(64) default ',0,', city int(6) default 0,