분류 및 상품관리에 쿠폰적용안함 설정 추가

This commit is contained in:
chicpro
2014-03-03 13:28:58 +09:00
parent 01b8fdd844
commit 368ccff03e
7 changed files with 45 additions and 6 deletions

View File

@ -87,6 +87,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_category` (
`ca_mb_id` varchar(255) NOT NULL DEFAULT '',
`ca_cert_use` tinyint(4) NOT NULL DEFAULT '0',
`ca_adult_use` tinyint(4) NOT NULL DEFAULT '0',
`ca_nocoupon` tinyint(4) NOT NULL DEFAULT '0',
`ca_1_subj` varchar(255) NOT NULL DEFAULT '',
`ca_2_subj` varchar(255) NOT NULL DEFAULT '',
`ca_3_subj` varchar(255) NOT NULL DEFAULT '',
@ -383,6 +384,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` (
`it_notax` tinyint(4) NOT NULL DEFAULT '0',
`it_sell_email` varchar(255) NOT NULL DEFAULT '',
`it_use` tinyint(4) NOT NULL DEFAULT '0',
`it_nocoupon` tinyint(4) NOT NULL DEFAULT '0',
`it_soldout` tinyint(4) NOT NULL DEFAULT '0',
`it_stock_qty` int(11) NOT NULL DEFAULT '0',
`it_stock_sms` tinyint(4) NOT NULL DEFAULT '0',