general 테이블 생성 코드 실수 해결
This commit is contained in:
@@ -23,7 +23,7 @@ $general_schema = "
|
|||||||
logcnt int(6) default 1, refcnt int(6) default 1,
|
logcnt int(6) default 1, refcnt int(6) default 1,
|
||||||
picture char(32) not null, imgsvr int(1) default 0,
|
picture char(32) not null, imgsvr int(1) default 0,
|
||||||
name char(32) not null,
|
name char(32) not null,
|
||||||
name2 char(32) not default null,
|
name2 CHAR(32) NULL DEFAULT NULL,
|
||||||
nation int(6) default 0,
|
nation int(6) default 0,
|
||||||
nations char(64) default ',0,',
|
nations char(64) default ',0,',
|
||||||
city int(6) default 0,
|
city int(6) default 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user