修改域名为h55555game.top
This commit is contained in:
5
server/db/dice_player_add_admin_id.sql
Normal file
5
server/db/dice_player_add_admin_id.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 为 dice_player 表新增 admin_id 字段
|
||||
-- admin_id 关联 sa_system_user.id,表示创建该玩家的后台管理员
|
||||
|
||||
ALTER TABLE `dice_player`
|
||||
ADD COLUMN `admin_id` int(11) UNSIGNED NULL DEFAULT NULL COMMENT '创建该玩家的后台管理员ID,关联 sa_system_user.id';
|
||||
Reference in New Issue
Block a user