#209 PC 및 관리자 쿠폰 기능 추가
This commit is contained in:
@ -153,7 +153,9 @@ CREATE TABLE IF NOT EXISTS `shop_coupon` (
|
||||
`cp_trunc` INT(11) NOT NULL DEFAULT '0',
|
||||
`cp_minimum` INT(11) NOT NULL DEFAULT '0',
|
||||
`cp_maximum` INT(11) NOT NULL DEFAULT '0',
|
||||
`od_id` bigint(20) unsigned NOT NULL,
|
||||
`cp_used` TINYINT(4) NOT NULL DEFAULT '0',
|
||||
`cp_used_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`cp_datetime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
PRIMARY KEY (`cp_no`),
|
||||
UNIQUE KEY `cp_id` (`cp_id`),
|
||||
|
||||
Reference in New Issue
Block a user