修改域名为h55555game.top
This commit is contained in:
6
server/db/dice_player_add_free_ticket.sql
Normal file
6
server/db/dice_player_add_free_ticket.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 玩家表新增 free_ticket 字段:用于记录免费抽奖券(JSON:{"ante":1,"count":1})
|
||||
-- 若已存在可跳过
|
||||
|
||||
ALTER TABLE `dice_player`
|
||||
ADD COLUMN `free_ticket` json NULL COMMENT '免费抽奖券:{"ante":1,"count":1}' AFTER `free_ticket_count`;
|
||||
|
||||
Reference in New Issue
Block a user