shoppingmallv2 init...
This commit is contained in:
parent
b595839bed
commit
7e89f28115
@ -55,7 +55,6 @@ CREATE TABLE baseproject.tw_category (
|
||||
parent_uid int(10) UNSIGNED NULL COMMENT '부모UID',
|
||||
name varchar(255) NOT NULL COMMENT '분류명',
|
||||
linkurl varchar(100) NOT NULL DEFAULT '/front/board' COMMENT 'Front Link URL',
|
||||
photo varchar(255) NULL COMMENT '이미지',
|
||||
isaccess varchar(30) NOT NULL DEFAULT 'guest' COMMENT '접근권한',
|
||||
isread varchar(30) NOT NULL DEFAULT 'guest' COMMENT '읽기권한',
|
||||
iswrite varchar(30) NOT NULL DEFAULT 'guest' COMMENT '쓰기권한',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user