处理建表字段包含 using 字符时无法生成对应字段的情况

例如:
housing
housing_code
housing_id
等等字段名
This commit is contained in:
willxiang 2024-09-05 11:56:20 +08:00 committed by GitHub
parent bc7b765f72
commit 5d7561b21d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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