Files
tougao/sql/add_country_scope_to_promotion_task.sql
wangjinlei d2a6c3ff30 1
2026-04-20 10:56:25 +08:00

4 lines
293 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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逗号分隔空=不额外指定';