Merge pull request #157 from willxiang/patch-1

处理建表字段包含 using 字符时无法生成对应字段的情况
This commit is contained in:
Moshow郑锴 2024-09-06 09:34:43 +08:00 committed by GitHub
commit ea4e612445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ public class TableParseUtil {
!columnLine.containsAny(
"key ",
"constraint",
"using",
" using ",
"unique ",
"fulltext ",
"index ",