faq 분류 검색 기능 추가
This commit is contained in:
@ -834,6 +834,8 @@ CREATE TABLE IF NOT EXISTS `g5_faq_master` (
|
||||
`fm_subject` varchar(255) NOT NULL DEFAULT '',
|
||||
`fm_head_html` text NOT NULL,
|
||||
`fm_tail_html` text NOT NULL,
|
||||
`fm_mobile_head_html` text NOT NULL,
|
||||
`fm_mobile_tail_html` text NOT NULL,
|
||||
`fm_order` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`fm_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user