diff --git a/Data/update.sql b/Data/update.sql index aec567f6d..9dde11be7 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -817,3 +817,6 @@ ADD COLUMN `data_empower_type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '数据权 ALTER TABLE `platform`.`sys_auth_group` ADD COLUMN `data_president` longtext NULL COMMENT '会长数据' AFTER `data_empower_type`; +-- user_play 增加create_time +ALTER TABLE `platform_pre1218`.`tab_user_play` +ADD COLUMN `create_time` int(11) NOT NULL COMMENT '创建时间' AFTER `check_money`; \ No newline at end of file