From 283ec0e28773364526e22c52c3e24243edace639 Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Tue, 11 Aug 2020 10:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V0.0.6__thirdUpdate.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql b/epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql index b2e6d411ef..df3249303a 100644 --- a/epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql +++ b/epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql @@ -5,4 +5,4 @@ alter table code_customer add AUDIT_TIME datetime NULL comment '提交审核时 alter table code_customer add RELEASE_TIME datetime NULL comment '发布时间' after AUDIT_TIME; -alter table code_operation_history add CLIENT_TYPE datetime NULL comment '小程序类型 居民端resi,工作端work' after CUSTOMER_ID; \ No newline at end of file +alter table code_operation_history add CLIENT_TYPE varchar(10) NULL comment '小程序类型 居民端resi,工作端work' after CUSTOMER_ID; \ No newline at end of file