修改域名为h55555game.top
This commit is contained in:
5
server/db/dice_play_record_test.sql
Normal file
5
server/db/dice_play_record_test.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 测试用游玩记录表:结构与 dice_play_record 一致,不关联真实玩家(player_id 填 0)
|
||||
-- 用于一键测试权重时写入模拟数据,可一键清空
|
||||
-- 若表已存在可跳过;执行前请确认 dice_play_record 表已存在
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `dice_play_record_test` LIKE `dice_play_record`;
|
||||
Reference in New Issue
Block a user