shoppingmallv2 init...
This commit is contained in:
parent
7fdbe66360
commit
81739fc299
@ -53,7 +53,6 @@ CREATE TABLE shoppingmall.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