From 64543b10da1e18c3d1adbaf2fbe2b6f607eac2e4 Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 20 Dec 2019 19:28:40 +0800 Subject: [PATCH] =?UTF-8?q?--=20user=5Fplay=20=E5=A2=9E=E5=8A=A0create=5Ft?= =?UTF-8?q?ime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 3 +++ 1 file changed, 3 insertions(+) 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