성인인증 사용 cf_adult_check 필드 추가

This commit is contained in:
chicpro
2013-02-27 14:19:43 +09:00
parent 7a23091a72
commit e02fd51490
3 changed files with 14 additions and 3 deletions

View File

@ -260,6 +260,7 @@ CREATE TABLE IF NOT EXISTS `g4s_config` (
`cf_privacy` text NOT NULL,
`cf_open_modify` int(11) NOT NULL default '0',
`cf_memo_send_point` int(11) NOT NULL default '0',
`cf_adult_check` tinyint(4) NOT NULL default '0',
`cf_1_subj` varchar(255) NOT NULL default '',
`cf_2_subj` varchar(255) NOT NULL default '',
`cf_3_subj` varchar(255) NOT NULL default '',