From 83ed0597ca8b68d51788a199c118dd19684c8016 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 30 Jul 2019 10:31:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B4=A6=E5=8D=95][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=9E=E7=BA=B3=E9=87=91=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201907301028__L_ALTER_CONTENT.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201907301028__L_ALTER_CONTENT.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907301028__L_ALTER_CONTENT.sql b/mallinkAdmin/src/main/resources/db/migration/V201907301028__L_ALTER_CONTENT.sql new file mode 100644 index 000000000..6a2719b7f --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201907301028__L_ALTER_CONTENT.sql @@ -0,0 +1,2 @@ +alter table wx_rent_contract modify `late_pay_ratio` varchar(100) DEFAULT NULL; +alter table wx_property_contract modify `late_pay_ratio` varchar(100) DEFAULT NULL; \ No newline at end of file