mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-25 21:36:47 +08:00
Merge pull request #157 from willxiang/patch-1
处理建表字段包含 using 字符时无法生成对应字段的情况
This commit is contained in:
commit
ea4e612445
@ -282,7 +282,7 @@ public class TableParseUtil {
|
||||
!columnLine.containsAny(
|
||||
"key ",
|
||||
"constraint",
|
||||
"using",
|
||||
" using ",
|
||||
"unique ",
|
||||
"fulltext ",
|
||||
"index ",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user