Files
dafuweng-saiadmin6.x/server/db/dice_play_record_test.sql
2026-04-28 10:24:01 +08:00

6 lines
332 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.
-- 测试用游玩记录表:结构与 dice_play_record 一致不关联真实玩家player_id 填 0
-- 用于一键测试权重时写入模拟数据,可一键清空
-- 若表已存在可跳过;执行前请确认 dice_play_record 表已存在
CREATE TABLE IF NOT EXISTS `dice_play_record_test` LIKE `dice_play_record`;