重新设置抽奖底注金额为1,优化页面样式
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- DicePlayRecord 新增注数与付费金额字段
|
||||
ALTER TABLE `dice_play_record`
|
||||
ADD COLUMN `ante` int unsigned NOT NULL DEFAULT 1 COMMENT '底注/注数(必须为 dice_ante_config.mult 中存在的值)' AFTER `lottery_type`,
|
||||
ADD COLUMN `paid_amount` int unsigned NOT NULL DEFAULT 0 COMMENT '付费金额(付费局=ante*100,免费局=0)' AFTER `ante`;
|
||||
ADD COLUMN `paid_amount` int unsigned NOT NULL DEFAULT 0 COMMENT '付费金额(付费局=ante*1,免费局=0)' AFTER `ante`;
|
||||
|
||||
Reference in New Issue
Block a user