g4s 테이블 중 빠진 필드 추가

This commit is contained in:
chicpro
2013-04-11 13:55:37 +09:00
parent 42e0c60390
commit f4975c2442

View File

@ -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',