Skip to content

Commit

Permalink
Merge pull request #157 from willxiang/patch-1
Browse files Browse the repository at this point in the history
处理建表字段包含 using 字符时无法生成对应字段的情况
  • Loading branch information
moshowgame authored Sep 6, 2024
2 parents bc7b765 + 5d7561b commit ea4e612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private static boolean isNotSpecialColumnLine(NonCaseString columnLine, int line
!columnLine.containsAny(
"key ",
"constraint",
"using",
" using ",
"unique ",
"fulltext ",
"index ",
Expand Down

0 comments on commit ea4e612

Please sign in to comment.