bo_use 를 bo_pc_mobile 로 명확하게

This commit is contained in:
gnuboard
2013-02-15 18:16:11 +09:00
parent 596acb0d97
commit e34a2128db
8 changed files with 38 additions and 21 deletions

View File

@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_table` varchar(20) NOT NULL default '',
`gr_id` varchar(255) NOT NULL default '',
`bo_subject` varchar(255) NOT NULL default '',
`bo_pc_mobile` enum('both','pc','mobile') NOT NULL DEFAULT 'both',
`bo_admin` varchar(255) NOT NULL default '',
`bo_list_level` tinyint(4) NOT NULL default '0',
`bo_read_level` tinyint(4) NOT NULL default '0',