1 line
93 B
Plaintext
1 line
93 B
Plaintext
ALTER TABLE `pp_shop_coupon` ADD COLUMN `used_count` INT NULL DEFAULT '0' AFTER `categories`; |