schema에서 name2는 null이 가능하도록

This commit is contained in:
2018-01-14 04:40:05 +09:00
parent 53b0518b50
commit c6f863d44c
+1 -1
View File
@@ -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,