g4s 테이블 중 빠진 필드 추가
This commit is contained in:
@ -72,8 +72,8 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
|
||||
`bo_include_head` varchar(255) NOT NULL default '',
|
||||
`bo_include_tail` varchar(255) NOT NULL default '',
|
||||
`bo_content_head` text NOT NULL,
|
||||
`bo_content_tail` text NOT NULL,
|
||||
`bo_mobile_content_head` text NOT NULL,
|
||||
`bo_content_tail` text NOT NULL,
|
||||
`bo_mobile_content_tail` text NOT NULL,
|
||||
`bo_insert_content` text NOT NULL,
|
||||
`bo_gallery_cols` int(11) NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user