diff --git a/Data/update.sql b/Data/update.sql index 50b5471c2..d26abc7d1 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -889,4 +889,4 @@ ADD COLUMN `create_time` int(11) NOT NULL DEFAULT 0 COMMENT '玩家注册时间' update tab_user_play a left join tab_user b on a.user_id= b.id set a.create_time = b.register_time where a.user_id=b.id; ALTER TABLE `tab_spend` -ADD COLUMN `event_status` tinyint(1) NOT NULL DEFAULT 0 COMMENT '事件是否通知''; +ADD COLUMN `event_status` tinyint(1) NOT NULL DEFAULT 0 COMMENT '事件是否通知';