2 lines
161 B
Plaintext
2 lines
161 B
Plaintext
ALTER TABLE pp_shop_promotion ADD condition_type INT NOT NULL AFTER status;
|
|
ALTER TABLE pp_shop_promotion CHANGE type discount_type INT(11) NOT NULL DEFAULT '0'; |