mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
处理建表字段包含 using 字符时无法生成对应字段的情况
例如: housing housing_code housing_id 等等字段名
This commit is contained in:
parent
bc7b765f72
commit
5d7561b21d
@ -282,7 +282,7 @@ public class TableParseUtil {
|
|||||||
!columnLine.containsAny(
|
!columnLine.containsAny(
|
||||||
"key ",
|
"key ",
|
||||||
"constraint",
|
"constraint",
|
||||||
"using",
|
" using ",
|
||||||
"unique ",
|
"unique ",
|
||||||
"fulltext ",
|
"fulltext ",
|
||||||
"index ",
|
"index ",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user