#328 상품문의에 비밀글 추가

This commit is contained in:
chicpro
2013-11-21 15:07:14 +09:00
parent 2a6ceabe9e
commit 9f9f581f11
11 changed files with 172 additions and 69 deletions

View File

@ -541,6 +541,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item_qa` (
`iq_id` int(11) NOT NULL AUTO_INCREMENT,
`it_id` varchar(20) NOT NULL DEFAULT '',
`mb_id` varchar(255) NOT NULL DEFAULT '',
`iq_secret` tinyint(4) NOT NULL DEFAULT '0',
`iq_name` varchar(255) NOT NULL DEFAULT '',
`iq_password` varchar(255) NOT NULL DEFAULT '',
`iq_subject` varchar(255) NOT NULL DEFAULT '',