1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

feat(migrate): 添加对表迁移的操作 (#69)

* DELETE语句缺少AND关键词连接

* feat(migrate): 添加对表迁移的操作

* Update SQLMigrate.java

Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>

* feat(migrate): 添加对表迁移的操作

---------

Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>
This commit is contained in:
huanmeng_qwq
2023-04-05 00:46:30 +08:00
committed by GitHub
parent 179686b4cf
commit c677731f6a
10 changed files with 411 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
/.idea/
**/target/
**.iml
**.iml
demo/logs