From 49dbaf11432fc01ee61a5ad1ea07aa8801e3fbe3 Mon Sep 17 00:00:00 2001 From: 254050372 <1234qwer> Date: Thu, 6 Dec 2018 10:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E6=8C=87=E5=AE=9A=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E8=A1=A8=E7=BB=93=E6=9E=84=E6=98=A0=E5=B0=84=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A2=ABmybatis=E4=B8=8B?= =?UTF-8?q?=E5=88=92=E7=BA=BF=E8=BD=AC=E9=A9=BC=E5=B3=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/CreateMysqlTablesMapper.xml | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/mybatis-enhance-actable/src/main/java/com/gitee/sunchenbin/mybatis/actable/mapping/system/CreateMysqlTablesMapper.xml b/mybatis-enhance-actable/src/main/java/com/gitee/sunchenbin/mybatis/actable/mapping/system/CreateMysqlTablesMapper.xml index 3674d53..2b66e3a 100644 --- a/mybatis-enhance-actable/src/main/java/com/gitee/sunchenbin/mybatis/actable/mapping/system/CreateMysqlTablesMapper.xml +++ b/mybatis-enhance-actable/src/main/java/com/gitee/sunchenbin/mybatis/actable/mapping/system/CreateMysqlTablesMapper.xml @@ -2,6 +2,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +83,7 @@ - select * from information_schema.columns where table_name = #{tableName} and table_schema = (select database()) -- Gitee