1
This commit is contained in:
3
sql/add_country_scope_to_promotion_task.sql
Normal file
3
sql/add_country_scope_to_promotion_task.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE t_promotion_task
|
||||
ADD COLUMN target_partitions VARCHAR(32) NOT NULL DEFAULT '' COMMENT '目标分区,逗号分隔,如 1,2,3;空=不限',
|
||||
ADD COLUMN target_country_ids VARCHAR(255) NOT NULL DEFAULT '' COMMENT '单独指定的国家ID,逗号分隔;空=不额外指定';
|
||||
Reference in New Issue
Block a user