#190 장바구니 mb_id 필드 추가

This commit is contained in:
chicpro
2013-05-30 18:23:47 +09:00
parent 5fb54c91eb
commit 6d25ac9fd4
10 changed files with 38 additions and 11 deletions

View File

@ -249,6 +249,7 @@ CREATE TABLE IF NOT EXISTS `shop_default` (
`de_iche_use` tinyint(4) NOT NULL DEFAULT '0',
`de_item_ps_use` tinyint(4) NOT NULL DEFAULT '0',
`de_code_dup_use` tinyint(4) NOT NULL DEFAULT '0',
`de_cart_keep_term` int(11) NOT NULL DEFAULT '0',
`de_guest_cart_use` tinyint(4) NOT NULL DEFAULT '0',
`de_point_per` tinyint(4) NOT NULL DEFAULT '0',
`de_admin_buga_no` varchar(255) NOT NULL DEFAULT '',