Files
cpzs-backend/sql/add_special_rule_status.sql
2026-02-14 12:15:01 +08:00

10 lines
538 B
SQL
Raw Permalink 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 lottery_draws ADD COLUMN is_special_period TINYINT DEFAULT 0 COMMENT '是否处于特别规定期间0-否1-是';
-- 更新说明:
-- 特别规定启动条件:当奖池资金 >= 15亿元时开始执行
-- 特别规定停止条件:执行特别规定后,某期开奖后奖池资金 < 3亿元时停止
-- 在特别规定期间3个红球匹配可获得福运奖5元