Closed Javakky-pxv closed 2 years ago
@tangyang9464 @seriouszyx @elfisworking @fangzhengjin please review
@seriouszyx please review
@Javakky-pxv Please modify the commit message with conventions such as Angular.
@Javakky-pxv plz fix:
Sorry. I am not sure about the use properly of "fix" and "refactor". I don't think this PR is about fixing a bug, but can I use the prefix "fix"?
:exclamation: No coverage uploaded for pull request base (
master@b7e2d4c
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #39 +/- ##
=========================================
Coverage ? 72.11%
=========================================
Files ? 3
Lines ? 269
Branches ? 72
=========================================
Hits ? 194
Misses ? 39
Partials ? 36
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b7e2d4c...868ccc7. Read the comment docs.
I'm using this tool in my product. However, the CREATE statement cannot be executed due to the restricted user rights of the DB. Therefore, if I'm using MySQL, this tool needs to check the existence of the table first.
In this PR, if productName is "MySQL", the SHOW TABLE statement will check for the existence of the table. If the table exists, no further migration will be performed.