게시판에 휴대폰 본인확인 여부 체크 코드 추가

This commit is contained in:
chicpro
2013-08-21 14:25:38 +09:00
parent 73512ab2e9
commit 5577556c03
4 changed files with 27 additions and 5 deletions

View File

@ -97,7 +97,7 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_notice` text NOT NULL,
`bo_upload_count` tinyint(4) NOT NULL DEFAULT '0',
`bo_use_email` tinyint(4) NOT NULL DEFAULT '0',
`bo_use_cert` enum('','cert','adult') NOT NULL DEFAULT '',
`bo_use_cert` enum('','cert','adult','hp-cert','hp-adult') NOT NULL DEFAULT '',
`bo_use_sns` tinyint(4) NOT NULL DEFAULT '0',
`bo_sort_field` varchar(255) NOT NULL DEFAULT '',
`bo_1_subj` varchar(255) NOT NULL DEFAULT '',